Skip to content

z624821876/RFCircleCollectionView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:refinemobi@hotmail.com

##Donate via Alipay: refinemobi@hotmail.com

About

自定义UICollectionViewFlowLayout ,仿照nice首页,实现左右切换滑动效果

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 100.0%