Skip to content

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

License

Notifications You must be signed in to change notification settings

voshk/RFCircleCollectionView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published