【发布时间】:2017-09-07 03:26:13
【问题描述】:
let cell = tableView.dequeueReusableCell(withIdentifier: "cell", for: <#T##IndexPath#>) as! TableViewCell
cell.myButton. = recipies[indexPath.row]
}
我不知道在cell.mybutton.之后添加什么。
这段代码的顶部在 Xcode 中也被标记为不正确
【问题讨论】: