分页控件 LLSlideViewController
- 授权协议: 未知
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/leishuai/LLSlideViewController
- 官方下载: https://github.com/leishuai/LLSlideViewController/archive/master.zip
软件介绍
LLSlideViewController 是一个新的分页控件,替代了 UIPageViewController,有效的避免了程序奔溃问题。
使用示例:
[self.slideViewController setViewController:[self viewControllerAtIndex:0]
direction:LLSlideViewControllerDirectionForward
animated:YES
completion:^{
NSLog(@"completed");
}];
