【发布时间】:2015-12-26 19:12:01
【问题描述】:
这两种方法看起来非常相似,我不确定我是否完全理解如何知道要调用哪一种。
我这样认为是对的吗
tableView(cellForRowAtIndexPath)
是 tableView 发送到它的 dataSource 而,
tableView.cellForRowAtIndexPath()
控制器发送给tableView的是什么?
【问题讨论】:
标签: ios uitableview cocoa-touch