Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 317 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 317 Bytes

SMKTransition

SMKTransition - custom modal animation

let test = TestViewController()
test.modalPresentationStyle = .custom
test.transitioningDelegate = Transition.shareManager()
present(test, animated: true, completion: nil)

image