Skip to content

ZFFlowLayout : UICollectionView左对齐流水布局、右对齐流水布局

License

Notifications You must be signed in to change notification settings

zhfei/ZFFlowLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZFFlowLayout 流水布局

流水布局的思路是:

通过UICollectionViewFlowLayout的代理方法:

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

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

首页如图所示

首页

左对齐流水布局如图所示

左对齐流水布局

右对齐流水布局如图所示

右对齐流水布局

About

ZFFlowLayout : UICollectionView左对齐流水布局、右对齐流水布局

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published