美文网首页
YCSlideView 滑动视图

YCSlideView 滑动视图

作者: 司机王 | 来源:发表于2016-01-29 15:11 被阅读144次

(原创)

可能是新手最好用的滑动视图了..

用法:

- (instancetype)initWithFrame:(CGRect)frame WithViewControllers:(NSArray *)viewControllers;

将 控制器与按钮Title以字典形式,并组成数组,并赋值

如 NSArray *viewControllers = @[@{@"Red":[RedViewController new]},@{@"Yellow":[YellowViewController new]},@{@"Blue":[BlueViewController new]}];

然后 addsubview

感受吧

附 github地址:

https://github.com/DriverWang/YCSlideView

相关文章

网友评论

      本文标题:YCSlideView 滑动视图

      本文链接:https://www.haomeiwen.com/subject/ihmjkttx.html