gpt4 book ai didi

ios - 如何在不禁用内部 UIButtons 的情况下禁用 UITableViewCell?

转载 作者:行者123 更新时间:2023-11-29 04:08:59 25 4
gpt4 key购买 nike

我知道这是一个非常简单的问题,我检查了 stackoverflow 中的几乎每个问题,但我找不到合适的解决方案。

我有一个自定义的 UITableViewCell,

我试过了

[cell setSelectionStyle:UITableViewCellSelectionStyleNone];

[cell setUserInteractionEnabled:NO];

已经,但它仍然阻止选择单元格内的按钮。我尝试实现几个委托(delegate)方法,但仍然没有成功。

我希望你们能帮我解决这个问题。

谢谢。

最佳答案

只需分配 UIButton ,您想要作为操作执行的选择器;在tableView:cellForRowAtIndexPath: ,并且在 tableView:didSelectRowAtIndexPath: 中不执行任何操作

发表评论后进行编辑:

然后输入 [cell setSelectionStyle:UITableViewCellSelectionStyleNone];对于 indexPath.row == 0tableView:cellForRowAtIndexPath:就是这样。

关于ios - 如何在不禁用内部 UIButtons 的情况下禁用 UITableViewCell?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14706475/

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