HWaterflow 1.0.2

HWaterflow 1.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2017

Maintained by yellowei.



  • 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.