程序员OC学习iOS OC 学习手册

UINavigationController 自定义转场动画(模

2018-06-20  本文已影响16人  莱姆船长

制作目的

实现功能

使用方式

#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;
}

Demo 里还添加了一个可以让普通按钮变成pop返回按钮的 UIButton 父类

Show 效果展示

Show 效果展示

Modal 效果展示

Modal 效果展示
上一篇 下一篇

猜你喜欢

热点阅读