ZZCollectionViewLayout 瀑布流,支持自定义header和footer,支持横向瀑布流和纵向瀑布流 效果 使用 将Demo中ZZCollectionViewLayout.h和ZZCollectionViewLayout.m文件拖入自己工程中即可使用, 注意遵循ZZCollectionViewLayoutDelegate代理, 在Demo中的ViewController中修改_isVertical(Yes or NO)即可改变瀑布流方向。