TJCollectionViewColumnFlowLayout
TJCollectionViewColumnFlowLayout copied to clipboard
A layout that flows sections horizontally, going to the next column if section reaches the bottom of the collection view
trafficstars
TJCollectionViewColumnFlowLayout
This layout flows sections horizontally, going to the next column if section reaches the bottom of the collection view
Screen Shots

Prerequisite
- ARC
- Xcode 4.4+, which supports literals syntax.
- iOS 6+, or
- iOS 4.x/5.x, with PSTUICollectionView.
How to install
- CocoaPods
Addpod 'TJCollectionViewColumnFlowLayout'to your podfile. - Manual
CopyTJCollectionViewColumnFlowLayout.h/mto your project.
How to Use
Read the demo codes for detail information.
Todo
- Variable column width, based on biggest element inside the column
- Left/Right section inset support
License
TJCollectionViewColumnFlowLayout is available under the MIT license. See the LICENSE file for more info.
Special Thanks
Special thanks to Michał Kałużny (@justMaku) for helping with initial implementation