W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
類說明
CAListView的數(shù)據(jù)代理
CAListView 方法(點擊查看方法介紹)
方法 | 說明 |
numberOfIndex | cell的數(shù)量 |
listViewHeightForIndex | cell的高度 |
listViewCellAtIndex | 生成cell |
listViewWillDisplayCellAtIndex | 回調(diào)當(dāng)前將要顯示的list |
CAListView 方法說明
virtual unsigned int numberOfIndex(CAListView *listView) = 0;
返回值:unsigned int
參數(shù):
類型 | 參數(shù)名 | 說明 |
CAListView* | listView | 當(dāng)前的listView |
解釋:cell的數(shù)量
virtual unsigned int listViewHeightForIndex(CAListView *listView, unsigned int index) = 0;
返回值:unsigned int
參數(shù):
類型 | 參數(shù)名 | 說明 |
CAListView* | listView | 當(dāng)前的listView |
unsigned int | index | cell的索引值 |
解釋:cell的高度
virtual CAListViewCell* listViewCellAtIndex(CAListView *listView, const DSize& cellSize, unsigned int index) = 0;
返回值:CAListViewCell*
參數(shù):
類型 | 參數(shù)名 | 說明 |
CAListView* | listView | 當(dāng)前的listView |
const DSize& | cellSize | cell的size |
unsigned int | index | cell的索引值 |
解釋:生成cell
virtual void listViewWillDisplayCellAtIndex(CAListView* table, CAListViewCell* cell, unsigned int index) {};
返回值:void
參數(shù):
類型 | 參數(shù)名 | 說明 |
CAListView* | table | ListView的table |
CAListView* | listView | 當(dāng)前的listView |
unsigned int | index | cell的索引值 |
解釋:回調(diào)當(dāng)前將要顯示的list
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: