实现轮盘样式的滚动视图。即滚动时,视图的切换是按照轮盘的轨迹。只支持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