Skip to content

Gang679/GZWaterfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
刚子
Apr 5, 2017
009567f · Apr 5, 2017

History

9 Commits
Apr 5, 2017
Apr 5, 2017
Apr 5, 2017

Repository files navigation

GZWaterfall任何形式的瀑布流 主要自定义UICollectionViewLayout,在其中做行数列数的分布

/// 列数
- (CGFloat)columnCountInFallsLayout:(GZFallsLayout *)fallsLayout;
/// 列间距
- (CGFloat)columnMarginInFallsLayout:(GZFallsLayout *)fallsLayout;
/// 行间距
- (CGFloat)rowMarginInFallsLayout:(GZFallsLayout *)fallsLayout;
/// collectionView边距
- (UIEdgeInsets)edgeInsetsInFallsLayout:(GZFallsLayout *)fallsLayout;
// 计算布局属性
- (UICollectionViewLayoutAttributes *)layoutAttributesForItemAtIndexPath:(NSIndexPath *)indexPath

修改了cell复用混乱问题,添加了刷新功能 GZ6790 添加项目动画 图片展示 如下展示图片 GZ6790 GZ6790 GZ6790 2017-4-5

添加了环形  立方形  球形 瀑布流 具体用法详情请看代码

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published