📅  最后修改于: 2022-03-11 14:59:04.752000             🧑  作者: Mango
代码示例1
let indexPath = NSIndexPath(forRow: tag, inSection: 0)
let cell = tableView.cellForRowAtIndexPath(indexPath) as! CustomCell!