Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

Appearance settings

HashYang/VVSpringCollectionViewFlowLayout

Open more actions menu
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.