-
Notifications
You must be signed in to change notification settings - Fork 421
CAListViewDelegate
9miao edited this page Sep 17, 2014
·
1 revision
CAListView’s data delegate
Access modifier |
Method name |
Description |
public |
listViewDidSelectCellAtIndex |
call when selectiing cell |
public |
listViewDidDeselectCellAtIndex |
call when canceling selected condition |
virtual void listViewDidSelectCellAtIndex(CAListView *listView, unsigned int index)
Return value: void
Parameter:
Type |
Parameter name |
Description |
CAListView * |
listView |
current listView |
unsigned int |
index |
Cell’s index value |
virtual void listViewDidDeselectCellAtIndex(CAListView *listView, unsigned int index)
Return value: void
Parameter:
Type |
Parameter name |
Description |
CAListView * |
listView |
current listView |
unsigned int |
index |
Cell’s index value |