gpt4 book ai didi

iphone - 插入行而不重新加载表

转载 作者:技术小花猫 更新时间:2023-10-29 11:15:49 24 4
gpt4 key购买 nike

你好,我有一个 tableview,里面有很多对象。如果我想在其中添加一行而不重新加载整个表格。因为cell中有一些进程。有人可以帮忙吗?

最佳答案

你可以通过两种方式做到这一点 -

[tableView beginUpdates];
[tableView insertRowsAtIndexPaths:newResults withRowAnimation:UITableViewRowAnimationNone];
[tableView endUpdates];

[tableView insertRowsAtIndexPaths:newResults withRowAnimation:UITableViewRowAnimationNone];

此处 newResults 是您需要创建的 NSIndexPathNSArray。然后在这些行中插入新行(有或没有动画)。

关于iphone - 插入行而不重新加载表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8655258/

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