gsdios / SDCycleScrollView

Autoscroll Banner. 无限循环图片、文字轮播器。
MIT License
6.18k stars 1.5k forks source link

自定义cell数据源如何赋值 #439

Open muwan opened 6 years ago

muwan commented 6 years ago

自定义的cell数据源需要如何传呢? 现在都是写一个字符串数组,和需要展示的cell个数相同,然后在setupCustomCell:(UICollectionViewCell *)cell forIndex:(NSInteger)index cycleScrollView:(SDCycleScrollView *)view 方法里面给 cell赋值

muwan commented 6 years ago

另:我轮播控件是自定义的放在了tableview上,右滑是空白的,左滑就能显示出来,index 0的内容不显示