Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 374 Bytes

File metadata and controls

6 lines (6 loc) · 374 Bytes

SCSWaterFlowLayout

自定义UICollectionViewLayout实现瀑布流布局

代码逻辑主要写在SCSWaterFlowLayout里面(继承UICollectionViewLayout)

使用的时候添加普通的UICollectionView 布局对象使用SCSWaterFlowLayout类的对象就行了

一共就100多行代码比较简单

有个要求就是要提前知道每个cell的宽高比