JSRUN 用代码说话

CAAutoCollectionViewDataSource

编辑教程

CAAutoCollectionViewDataSource

类说明:

CAAutoCollectionViewDataSource是数据代理,设置Selection个数及Selection包含Item个数。

CAAutoCollectionViewDataSource 方法

方法 说明
collectionCellAtIndex 获取指定cell
collectionViewSizeForItemAtIndexPath 获取对应的collectionView的Item大小
numberOfItemsInSection 每个Section里的item数量
numberOfSections 获取collectionView包含的section个数
collectionViewSectionViewForHeaderInSection headerView的内容
collectionViewHeightForHeaderInSection 每个section的headerView
collectionViewSectionViewForFooterInSection footerView的内容
collectionViewHeightForFooterInSection 每个section的footerView
collectionViewWillDisplayCellAtIndex 回调当前将要显示的collectionView

CAAutoCollectionViewDataSource 方法说明

virtual CACollectionViewCell collectionCellAtIndex(CAAutoCollectionView collectionView, const DSize& cellSize, unsigned int section, unsigned int item);

返回值:CACollectionViewCell*

参数:

类型 参数名 说明
CAAutoCollectionView* collectionView 当前collectionView
const DSize& cellSize cell大小
unsigned int section section
unsigned int item 项目

解释:获取指定cell

virtual DSize collectionViewSizeForItemAtIndexPath(CAAutoCollectionView* collectionView, unsigned int section, unsigned int item);

返回值:DSize

参数:

类型 参数名 说明
CAAutoCollectionView* collectionView 当前collectionView
unsigned int section section
unsigned int item 项目

解释:获取对应的collectionView的Item大小

virtual unsigned int numberOfItemsInSection(CAAutoCollectionView *collectionView, unsigned int section);

返回值:unsigned int

参数:

类型 参数名 说明
CAAutoCollectionView* collectionView 当前collectionView
unsigned int section section

解释:每个Section里的item数量

virtual unsigned int numberOfSections(CAAutoCollectionView *collectionView);

返回值:unsigned int

参数:

类型 参数名 说明
CAAutoCollectionView* collectionView 当前collectionView

解释:获取collectionView包含的section个数

virtual CAView collectionViewSectionViewForHeaderInSection(CAAutoCollectionView collectionView, const DSize& viewSize, unsigned int section);

返回值:CAView*

参数:

类型 参数名 说明
CAAutoCollectionView* collectionView 当前collectionView
const DSize& viewSize view大小
unsigned int section section

解释:headerView的内容

virtual unsigned int collectionViewHeightForHeaderInSection(CAAutoCollectionView *collectionView, unsigned int section);

返回值:unsigned int

参数:

类型 参数名 说明
CAAutoCollectionView* collectionView 当前collectionView
unsigned int section section

解释:每个section的headerView

virtual CAView collectionViewSectionViewForFooterInSection(CAAutoCollectionView collectionView, const DSize& viewSize, unsigned int section);

返回值:CAView*

参数:

类型 参数名 说明
CAAutoCollectionView* collectionView 当前collectionView
const DSize& viewSize view大小
unsigned int section section

解释:footerView的内容

virtual unsigned int collectionViewHeightForFooterInSection(CAAutoCollectionView *collectionView, unsigned int section);

返回值:unsigned int

参数:

类型 参数名 说明
CAAutoCollectionView* collectionView 当前collectionView
unsigned int section section

解释:每个section的footerView

virtual void collectionViewWillDisplayCellAtIndex(CAAutoCollectionView table, CACollectionViewCell cell, unsigned int section, unsigned int item) {};

返回值:void

参数:

类型 参数名 说明
CAAutoCollectionView* collectionView 当前collectionView
CACollectionViewCell* cell cell
unsigned int section section
unsigned int item 项目

解释:回调当前将要显示的collectionView

JSRUN闪电教程系统是国内最先开创的教程维护系统, 所有工程师都可以参与共同维护的闪电教程,让知识的积累变得统一完整、自成体系。 大家可以一起参与进共编,让零散的知识点帮助更多的人。
X
支付宝
9.99
无法付款,请点击这里
金额: 0
备注:
转账时请填写正确的金额和备注信息,到账由人工处理,可能需要较长时间
如有疑问请联系QQ:565830900
正在生成二维码, 此过程可能需要15秒钟