gpt4 book ai didi

ios - 奇怪的问题 : UITableViewCell would not detect touch although it's accessory view does

转载 作者:搜寻专家 更新时间:2023-11-01 06:37:29 24 4
gpt4 key购买 nike

我有一个非常简单的 UITableView,里面有一个 UITableViewCellDataSourceDelegates 已正确设置。它正确显示数据。但是 tableview 的单元格没有响应触摸。 尽管单元格的辅助 View 确实对触摸有反应

我尝试为单元格和单元格的附件 View 创建转场。只有连接到附件 View 的 segue 才有效。 (也不会调用 didSelectRowAtIndex 路径方法)

可能是什么原因,以及如何调试这样的问题?

最佳答案

这里可能有几个问题,我应该做的是:

1:确保单元格可以被选中(tableView.allowsSelection = true)

2: 在你的委托(delegate)中,添加

tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath)

(注意不要添加“didDeSelect”方法:-))

方法;在那里添加一个断点以查看它是否接收到触摸

不过,这就是我要检查的内容。

关于ios - 奇怪的问题 : UITableViewCell would not detect touch although it's accessory view does,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39744406/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com