tableView didSelect 单元格不起作用

Posted

技术标签:

【中文标题】tableView didSelect 单元格不起作用【英文标题】:tableView didSelectCell does not work 【发布时间】:2016-02-07 13:45:49 【问题描述】:

无论我在尝试什么,都只是不要调用它。我已经从情节提要中设置了所有delegationnumerOfItemInSectioncellForRowAtIndexPath 也被调用了。但没有didSelect。有什么建议吗?

【问题讨论】:

【参考方案1】:

嗯,有时问题是didSelectdidDeselect 之间的混淆。 将您的方法更改为

func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) 
        <#code#>
    

远射,可能行得通。祝你好运!

【讨论】:

以上是关于tableView didSelect 单元格不起作用的主要内容,如果未能解决你的问题,请参考以下文章

Swift:使用 tableView DidSelect 方法更改单元格的 UIButton 图像

TableView 单元格不显示信息

重用的 tableView 单元格不调用 layoutSubviews 方法

动画下拉UIView时TableView单元格不改变高度

默认的 tableview 单元格不响应暗模式

ios第一个单元格不是从UITableView的顶部开始