无论我在尝试什么,都只是不称之为。我已经设置了故事板中的所有delegation
,numerOfItemInSection
和cellForRowAtIndexPath
也被调用了。但没有didSelect
。有什么建议吗?
答案 0 :(得分:0)
好吧,有时问题是didSelect
到didDeselect
之间的混淆。
将您的方法更改为
func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {
<#code#>
}
远射,可能会奏效。祝你好运!