Advertisement

自定义 UICollectionView布局

阅读量:

  • 提前说明
    • 效果展示

    • CustomCarCollectionViewFlowLayout类的定义

    • 类功能介绍

      • 属性介绍

        • internalItemSpacing
        • itemSize
        • sectionEdgeInsets
        • scale
        • currentItemIndex
      • 代理定义

    • 代码解析

      • prepareLayout
      • 手势处理逻辑
      • collectionViewContentSize计算方法
      • layoutAttributesForItemAtIndexPath方法实现
      • layoutAttributesForElementsInRect方法说明
      • shouldInvalidateLayoutForBoundsChange方法分析
      • targetContentOffsetForProposedContentOffsetwithScrollingVelocity方法描述
    • 使用方式

    • 结束语部分

    • 源码链接

长期以来,一直希望了解如何实现UICollectionViewLayout的自定义,但总觉得自己难以掌握,因此常常只是浅尝辄止便放弃了

全部评论 (0)

还没有任何评论哟~