CocoaPods trunk is moving to be read-only. Read more on the blog, there are 10 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Mar 2017 |
Maintained by yellowei.
This is a flow layout for UICollectionView.
You can set a array to set a collection view`s layout, this array like that "@[@(3),@(4),@(1)]", these numbers can reflecting structure for your collection view.
To set layout, you can set two properties:
| row | col |
|---|---|
| rowForSections | columnForSections |
@property (nonatomic, strong) NSArray * columnForSections;or
@property (nonatomic, strong) NSArray * rowForSections;In addiont, you can control the Supplementary Views` heights at the same time.
Sorry for my poor English.