All Projects → onevcat → Vvspringcollectionviewflowlayout

onevcat / Vvspringcollectionviewflowlayout

Licence: mit
A spring-like collection view layout. The same effect like iOS7's Message.app

VVSpringCollectionViewFlowLayout

A spring-like collection view layout. The same effect like iOS7's Message.app.

demo

Copy files under VVSpringCollectionViewFlowLayout to your project and then init or set a collection view with VVSpringCollectionViewFlowLayout instance.

VVSpringCollectionViewFlowLayout *layout = [[VVSpringCollectionViewFlowLayout alloc] init];
UICollectionView *collectionView = [[UICollectionView alloc] initWithFrame:self.view.frame collectionViewLayout:layout];

See more in the demo.

This project is for my blog post: http://onevcat.com/2013/09/spring-list-like-ios7-message

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].