# ZFFlowLayout **Repository Path**: yhj1995/ZFFlowLayout ## Basic Information - **Project Name**: ZFFlowLayout - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-28 - **Last Updated**: 2022-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### ZFFlowLayout 流水布局 **流水布局的思路是:** 通过UICollectionViewFlowLayout的代理方法: ``` -(NSArray *)layoutAttributesForElementsInRect:(CGRect)rect ``` 拿到UICollectionView元素的原始布局实例,然后按照想实现的效果修改原始的布局实例属性值。 **首页如图所示** ![首页](https://github.com/zhfei/ZFFlowLayout/blob/master/ZFFlowLayout/Src/EffectPicture/home.png)

**左对齐流水布局如图所示**

![左对齐流水布局](https://github.com/zhfei/ZFFlowLayout/blob/master/ZFFlowLayout/Src/EffectPicture/left.png)

**右对齐流水布局如图所示**

![右对齐流水布局](https://github.com/zhfei/ZFFlowLayout/blob/master/ZFFlowLayout/Src/EffectPicture/right.png)