Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 223 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 223 Bytes

SMLTransitions

Simple UIViewController transitions.

[self presentViewController:navVC
                   animated:YES
              animatorClass:[TransitionAnimator class]
                 completion:nil];