RATTLESNAKE-VIPER / GLGooglePlusLikeLayout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLGooglePlusLikeLayout

This layout is inspired by GooglePlus.

GLGooglePlusLikeLayout is custom layout based on UICollectionView which can be used to show the data based on their content-size and by maintaining the row linear, unlike waterflow style layout.

Note

  • To support older versions of iOS you can use open source 100% API compatible replacement of UICollectionView for iOS4.3+ ie. PSTUICollectionView, just add PS on any UICollectionView* class
  • GLGooglePlusLikeLayout is just for demo purpose.

Usage

Refer GLDemoViewController for the demo.

Limitation

  • No supplementary footer view and decoration view.
  • Variable column(s) support (Currently only 2 default columns are supported).

Screen Shots

License

http://gautam.mit-license.org/

About


Languages

Language:Objective-C 100.0%