下列选项中,不属于UITableViewDataSource的方法是( )。
A. numberOfSectionsInTableView
B. tableView: numberOfRowsInSection
C. tableView: cellForRowAtIndexPath
D. tableView: didSelectRowAtIndexPath
若要实现单击某个单元格执行指定的操作,可通过哪个方法实现( )。
A. tableView: viewForHeaderInSection
B. tableView: viewForFooterInSection
C. tableView: heightForRowAtIndexPath
D. tableView: didSelectRowAtIndexPath
数据源协议中,描述每个单元格内容的方法是( )。
A. numberOfSectionsInTableView
B. tableView: numberOfRowsInSection
C. tableView: cellForRowAtIndexPath
D. tableView: didSelectRowAtIndexPath
NSIndexPath包含(________)和(________)两个属性,分别表示组和行。