Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 814 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 814 Bytes

ZFFlowLayout 流水布局

流水布局的思路是:

通过UICollectionViewFlowLayout的代理方法:

-(NSArray<UICollectionViewLayoutAttributes *> *)layoutAttributesForElementsInRect:(CGRect)rect

拿到UICollectionView元素的原始布局实例,然后按照想实现的效果修改原始的布局实例属性值。

首页如图所示

首页

左对齐流水布局如图所示

左对齐流水布局

右对齐流水布局如图所示

右对齐流水布局