tableView:didSelectRowAtIndexPath失败

时间:2016-11-11 07:25:35

标签: ios swift3

我对callbacks的实施并不奏效 另一方面,滑动的实现确实 我想在单击表格行时显示另一个页面。

这是我的代码:

tableView:didSelectRowAtIndexPath

enter image description here

1 个答案:

答案 0 :(得分:2)

使用此方法是swift3.0

func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
 }