====2016年3月21日更新====
修改一处默认值的BUG,可以供自己拓展(BWaterflowLayout 可以当作框架灵活应用)
基于UICollectionView的瀑布流
自定义UICollectionViewLayout实现cell的布局属性
/**瀑布流的列数*/
- (CGFloat)columnCountInWaterflowLayout:(BWaterflowLayout *)waterflowLayout;
/**每一列之间的间距*/
- (CGFloat)columnMarginInWaterflowLayout:(BWaterflowLayout *)waterflowLayout;
/**每一行之间的间距*/
- (CGFloat)rowMarginInWaterflowLayout:(BWaterflowLayout *)waterflowLayout;
/**cell边缘的间距*/
- (UIEdgeInsets)edgeInsetsInWaterflowLayout:(BWaterflowLayout *)waterflowLayout;
直接下载代码:http://www.code4app.com/thread-7316-1-1.html