Roulette Wheel CollectionView

授权协议 Apache 2.0
开发语言 Objective-C
所属分类 iOS代码库、 滚动视图(ScrollView)
软件类型 未知
地区 不详
投 递 者 徐洛华
操作系统 iOS
开源组织
适用人群 未知
 软件概览

实现轮盘样式的滚动视图。即滚动时,视图的切换是按照轮盘的轨迹。只支持iOS6.0 以上 [Code4App.com]

  • - (void)scrollToItemAtIndexPath:(NSIndexPath *)indexPath atScrollPosition:(UICollectionViewScrollPosition)scrollPosition animated:(BOOL)animated; 滚动的item 数量由 indexPath的 item来决定 如果你的页面是三个商品一个页  那么滚动到下一

  • 1. Construction     var flowLayOut = UICollectionViewFlowLayout()     var collectionView: UICollectionView? //must be optional 2. Setting     Frequently-used properties for flowLayOut:          itemSi