gpt4 book ai didi

ios - 用户滑动时 TableView 单元格突出显示

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:35:53 24 4
gpt4 key购买 nike

我尝试为 UITableViewCell 执行行操作,但是滑动时我遇到了突出显示问题。用户并没有真正选择单元格,他只是向左滑动。

我的shouldHighlightRowAtIndexPath 看起来像这样:

    - (BOOL)tableView:(UITableView *)tableView shouldHighlightRowAtIndexPath:(NSIndexPath *)indexPath {

// Sets the inner rectangle to the selected color
[cell setCellColorWithString:COLORS_ARRAY[4]];

return YES;
}

如果这是正确的做法,我的 editActionsForRowAtIndexPath 会取消突出显示,但调用得太晚了:/

当用户开始/停止向左/向右滑动时,我可以得到任何事件吗?

任何帮助都会很棒。提前致谢。

enter image description here

最佳答案

您可以向 TableView 添加滑动手势识别器,找到与滑动触摸点匹配的单元格,然后取消突出显示它。

参见 this answer

关于ios - 用户滑动时 TableView 单元格突出显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31238796/

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