鏈接:https://github.com/kuah/SCAdView
collectionView設(shè)置默認(rèn)值
self.collectionView.dataSource = self;
self.collectionView.decelerationRate = 0;
self.collectionView.scrollEnabled = builder.scrollEnabled;
//設(shè)置默認(rèn)值第一個(gè),位置就在設(shè)置代理的地方咱枉。
NSIndexPath *to_indexPath =[NSIndexPath indexPathForRow:1 inSection:0];
[self.collectionView scrollToItemAtIndexPath:to_indexPath atScrollPosition:UICollectionViewScrollPositionCenteredHorizontally animated:NO];