GitHub - voshk/RFCircleCollectionView: 自定义UICollectionViewFlowLayout ,仿照nice首页,实现左右切换滑动效果

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

License

MIT license

Activity

Stars

94 stars

Watchers

4 watching

Forks

23 forks