📌  相关文章
📜  从 tableview 单元格获取单元格引用 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:04.752000             🧑  作者: Mango

代码示例1
let indexPath = NSIndexPath(forRow: tag, inSection: 0)
let cell = tableView.cellForRowAtIndexPath(indexPath) as! CustomCell!