创建UIScrollView@property(nonatomic, retain) UIScrollView *scrollView;
@property(nonatomic, retain) UIImageView *opeImageView;
@property (nonatomic, retain)UIPageControl *pageControl;#pragma mark - 创建滑动视...
分类:
其他好文 时间:
2015-07-07 22:46:30
阅读次数:
116
最终效果图:
使用CollectionView实现,带pageContrl + timer定时器
思路,使用1组,但是告诉控制器有modelArrCount*5000个item,并且cellForRow时,创建根据index取模modelArrCount,取出数据源(实际只有8个),并且item的宽度就是一个屏幕的宽度
代码片段:
#import "Beyond...
分类:
移动开发 时间:
2015-03-28 18:49:45
阅读次数:
266