gpt4 book ai didi

ios - UITableView 重新排列单元格

转载 作者:行者123 更新时间:2023-12-01 19:04:17 26 4
gpt4 key购买 nike

我尝试从 documentation 实现此方法由苹果。

- (void)moveRowAtIndexPath:(NSIndexPath *)indexPath toIndexPath:(NSIndexPath *)newIndexPath

但是我的代码直到我实现了这个方法才起作用:
- (void)tableView:(UITableView *)tableView moveRowAtIndexPath:(NSIndexPath *)fromIndexPath toIndexPath:(NSIndexPath *)toIndexPath

我完全不知道为什么它不起作用以及为什么它现在起作用。

最佳答案

- (void)tableView:(UITableView *)tableView moveRowAtIndexPath:(NSIndexPath *)fromIndexPath toIndexPath:(NSIndexPath *)toIndexPath

这是将表格 View 中特定位置的行移动到另一个位置的数据源方法。当用户按下重新排序控件时,将调用此方法,您必须在其中重新排列数据,以便根据 fromIndexpath 和 toIndexPath 处的重新排序数据重绘表格 View 。

关于ios - UITableView 重新排列单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20786723/

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