gpt4 book ai didi

ios - 无法点击 UITableView 中的红色减去删除按钮

转载 作者:可可西里 更新时间:2023-11-01 06:23:25 24 4
gpt4 key购买 nike

我可以通过以下调用使红色减号按钮出现在我的每个 UITableViewCells 上:

[self.tableview setEditing:YES];

-(UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath {

return UITableViewCellEditingStyleDelete;
}

现在,红色减号按钮出现在 UITableViewCells 的左侧。但是,我无法通过简单的点击与他们互动(只有当我从红色减号向右滑动时)。

我希望“删除”按钮在我点击“红色减号”按钮时出现,而不仅仅是在我滑动时出现。

为什么我的“红色减号”按钮听不到点击手势?

编辑:这是我的 UITableViewCells 的截图:

Edit mode on my UITableViewCells

最佳答案

想通了。我有一个手势识别器妨碍了(当您在搜索栏外单击时关闭键盘)。

一旦我删除,一切都很好!

关于ios - 无法点击 UITableView 中的红色减去删除按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17113997/

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