标签: uitableview swift
如何在swift中的tableView的特定部分获取特定行的UITableViewCell?
答案 0 :(得分:0)
func cellForRowAtIndexPath(_ indexPath: NSIndexPath) -> UITableViewCell?,但只有在单元格可见时才会返回一个单元格。
func cellForRowAtIndexPath(_ indexPath: NSIndexPath) -> UITableViewCell?