An extension for UINavigationController, you can custom push/pop animation.
Objective-CMIT
UINavigationController-SeraphExtension
An extension for UINavigationController, you can custom push/pop animation.
轻耦合的UINavigationController扩展,可以自定义push/pop动画。
How to use
Step 1. add the extension to your project. Just drag the "UINavigationController+SeraphExtension" folder into your xcode
Step 2. add import in your sourcefile #import "UINavigationController+SE.h"
Step 3. use - (void)se_pushViewController:(UIViewController *)viewController animated:(BOOL)animated type:(SENavigationControllerAnimationType)type; to push a viewController instead of - (void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated