gpt4 book ai didi

ios - 如何删除手指点击时的 UITableViewCell 操作?

转载 作者:可可西里 更新时间:2023-11-01 03:37:58 26 4
gpt4 key购买 nike

我刚刚创建了 UITableViewCell。我给它加了两个按钮。然后我为单元格设置透明背景。

cell.backgroundView = [[[UIView alloc] initWithFrame:CGRectZero] autorelease];

但是有个问题。当用户点击单元格时,它会将颜色更改为蓝色。但我不想在用户点击时看到任何反应。

请看截图。

enter image description here

点击 Action

enter image description here

最佳答案

Swift 5 更新:

将选择样式设置为none

    cell.selectionStyle = .none;

不要使用 - cell.isUserInteractionEnabled = false否则您的按钮将不起作用。

关于ios - 如何删除手指点击时的 UITableViewCell 操作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8128144/

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