gpt4 book ai didi

ios - UITableView moveRowAtIndexPath 显示重复单元格

转载 作者:行者123 更新时间:2023-12-01 22:38:02 25 4
gpt4 key购买 nike

我有一个 UITableView我将一行从可见滚动区域外移动到 UITableView 的顶部.动画按预期工作,但最终显示了以前索引 0 处的重复单元格。

代码看起来像这样,除了硬编码的索引:

[self.tableView beginUpdates];
[self.tableView moveRowAtIndexPath:[NSIndexPath indexPathForItem:16 inSection:0] toIndexPath:[NSIndexPath indexPathForItem:0 inSection:0]];
[self.tableView endUpdates];

我在 iOS 8 和 iOS 7 上都有这个问题。有人知道如何解决这个问题吗?

最佳答案

问题的原因是我的数据提供程序重新排序中的错误。我在表格 View 中移动了一个单元格,但数据数组没有反射(reflect)该更改。

关于ios - UITableView moveRowAtIndexPath 显示重复单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30845639/

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