gpt4 book ai didi

iOS 7 UITableView 问题 - 尝试设置滑动以删除已有单元格的单元格

转载 作者:可可西里 更新时间:2023-11-01 03:08:30 27 4
gpt4 key购买 nike

我发现 iOS 7 存在问题。当我将 UITableView 置于编辑模式时 - 我注意到我可以点击多个红色“-”按钮以在多个单元格上显示“删除”选项。发生这种情况时,我会在控制台日志中看到以下警告。此外,在一些操作之后,我无法点击“-”按钮。

在 iOS 6 中运行良好。

这是 iOS7 的错误吗?有人知道解决方法吗?

当我们已经有一个单元格时尝试设置滑动以删除单元格......这看起来不太好`

- (BOOL)tableView:(UITableView *)iTableView canEditRowAtIndexPath:(NSIndexPath *)iIndexPath {
return (self.isEditMode) ? YES : NO;
}


- (UITableViewCellEditingStyle)tableView:(UITableView *)aTableView editingStyleForRowAtIndexPath:(NSIndexPath *)iIndexPath {
return (iIndexPath.row !=0 && self.isEditMode) ? UITableViewCellEditingStyleDelete : UITableViewCellEditingStyleNone;
}

enter image description here

最佳答案

这是 iOS 7 的问题,将在下一个 iOS 版本中修复。已将此事报告给 Apple。

关于iOS 7 UITableView 问题 - 尝试设置滑动以删除已有单元格的单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22425706/

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