f# CCPCycleScrollView
| Platform | Build Status |
|---|---|
| ios | iOS 9.0 later |
How To Use
使用 CycleScrollView.image 创建纯图片轮播
使用CycleScrollView.text创建纯文字轮播
......
自定义UICollectionViewCell,需要实现CycleAvailable协议,然后在CycleScrollView的扩展中加入自定义的类型
...... 具体使用方法参考demo
CocoaPods trunk is moving to be read-only. Read more on the blog, there are 7 months to go.
f# CCPCycleScrollView
| Platform | Build Status |
|---|---|
| ios | iOS 9.0 later |
使用 CycleScrollView.image 创建纯图片轮播
使用CycleScrollView.text创建纯文字轮播
......
自定义UICollectionViewCell,需要实现CycleAvailable协议,然后在CycleScrollView的扩展中加入自定义的类型
...... 具体使用方法参考demo