若要实现单击某个单元格执行指定的操作,可通过哪个方法实现( )。
A. tableView: viewForHeaderInSection
B. tableView: viewForFooterInSection
C. tableView: heightForRowAtIndexPath
D. tableView: didSelectRowAtIndexPath
查看答案
数据源协议中,描述每个单元格内容的方法是( )。
A. numberOfSectionsInTableView
B. tableView: numberOfRowsInSection
C. tableView: cellForRowAtIndexPath
D. tableView: didSelectRowAtIndexPath
NSIndexPath包含(________)和(________)两个属性,分别表示组和行。
字典的元素都是(________)/(________)成对存储的。
UITableViewCell中可显示标题、图片、和 (________)。