遵守数据源协议的对象,必须实现以下哪两个方法()。

遵守数据源协议的对象,必须实现以下哪两个方法()。

A.numberOfSectionsInTableView

B.tableView: numberOfRowsInSection

C.tableView: cellForRowAtIndexPath

D.tableView: didSelectRowAtIndexPath

正确答案:tableView: numberOfRowsInSection;tableView: cellForRowAtIndexPath

猜你喜欢