====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