滑动视图 YCSlideView
- 授权协议: Apache
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/DriverWang/YCSlideView.git
- 软件文档: https://github.com/DriverWang/YCSlideView.git
软件介绍
可能是新手最好用的滑动视图了..
用法:
— (instancetype)initWithFrame:(CGRect)frame WithViewControllers:(NSArray *)viewControllers;
将 控制器与按钮Title以字典形式,并组成数组,并赋值
如 NSArray *viewControllers = @[@{@"Red":[RedViewController new]},@{@"Yellow":[YellowViewController new]},@{@"Blue":[BlueViewController new]}];
然后 addsubview
感受吧
