美文网首页
iOS-创建轮播图的四种思路

iOS-创建轮播图的四种思路

作者: Simple_Code | 来源:发表于2017-08-27 21:01 被阅读27次

思路一:使用ScrollView或者Collectionview,使用N+2张图片实现:5张图片为例

1.png

思路二:使用ScrollView,创建2张图片实现:5张图片为例

2.png

思路三:使用ScrollView,创建3张图片实现:5张图片为例

3.png

思路四:使用Collectionview,创建至少3组数据

4.png

相关文章

网友评论

      本文标题:iOS-创建轮播图的四种思路

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