CATableViewDelegate

2018-09-08 15:42 更新

類說明

CATableView的代理類,用于響應(yīng)拖動和點擊事件。


CATableViewDelegate 方法(點擊查看方法介紹)

方法說明
tableViewDidSelectRowAtIndexPath選中cell時觸發(fā)
tableViewDidDeselectRowAtIndexPath取消選擇時觸發(fā)


CATableViewDelegate 方法說明

virtual void tableViewDidSelectRowAtIndexPath(CATableView* table, unsigned int section, unsigned int row)

返回值:void

參數(shù):

類型參數(shù)名說明
CATableView* table當(dāng)前tableView
unsigned int sectioncell所屬的區(qū)域
unsigned introwcell所在行數(shù)

解釋:選中cell時觸發(fā)


virtual void tableViewDidDeselectRowAtIndexPath(CATableView* table, unsigned int section, unsigned int row)

返回值:void

參數(shù):

類型參數(shù)名說明
CATableView* table當(dāng)前tableView
unsigned int sectioncell所屬的區(qū)域
unsigned introwcell所在行數(shù)

解釋:取消選擇時觸發(fā)

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號