RFCircleCollectionView
RFCircleCollectionView copied to clipboard
自定义UICollectionViewFlowLayout ,仿照nice首页,实现左右切换滑动效果
RFCircleCollectionView
General
自定义UICollectionViewFlowLayout ,仿照nice首页,实现左右切换滑动效果
Installation
With CocoaPods
In your Podfile:
pod 'RFCircleCollectionViewFlowLayout'
Usage
UICollectionView *myCollectionView = [[UICollectionView alloc] initWithFrame:CGRectZero collectionViewLayout:[RFlayout alloc] init];
[self.view addSubview:myCollectionView];
Demo

Contact
Email:[email protected]