标签:The 修改 技术分享 anim 实现 速度 定义 跳转 UI
制作目的pod ‘LGFAnimatedNavigation‘ 或者 LGFAnimatedNavigation
#import "UINavigationController+LGFAnimatedTransition.h"
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Configure whether to use a custom transition animation here
[UINavigationController lgf_AnimatedTransitionIsUse:YES];
// [UINavigationController lgf_AnimatedTransitionIsUse:YES showDuration: 1.0 modalDuration:1.0];
return YES;
}
UINavigationController 自定义转场动画(模仿淘宝App跳转)
标签:The 修改 技术分享 anim 实现 速度 定义 跳转 UI
原文地址:http://blog.51cto.com/11535495/2132571