一、輕量級(jí)UICollectionView控件封裝? 已經(jīng)支持pod下載
? ? ? Swift :git下載鏈接
? ? ? ? ? ? ? ? ? https://github.com/974794055/CGXCollectionCategoryView-Swift.git
二、pod搜索
? ? pod search CGXCollectionCategoryView-Swift 如果搜索不到
? ? 可使用pod search CGXCollectionCategoryView-Swift --simple
三、使用說明:
1、封裝庫的架構(gòu),后期將不斷更新

? ? 2、使用自定義cell,頭分區(qū)、腳分區(qū)需要實(shí)現(xiàn)下列方法

? ? 3、列表數(shù)據(jù)的處理

4、在自定義的cell、頭分區(qū)、腳分區(qū)文件里面分別實(shí)現(xiàn)以下代理即可
CGXCollectionCategoryUpdateCellDelegate.swift
CGXCollectionCategoryUpdateHeaderDelegate.swift
CGXCollectionCategoryUpdateFooterDelegate.swift
5、封裝的view提供給外界的代理,實(shí)現(xiàn)布局

6、詳細(xì)使用請(qǐng)查看Demo,