gpt4 book ai didi

iPhone - 向 UITableView 添加新的部分和行

转载 作者:行者123 更新时间:2023-11-28 20:28:09 25 4
gpt4 key购买 nike

我有一个 UITableView 来显示数据列表。

该列表将包含图像,因此我使用延迟加载来加载图像。现在我不想一次加载整个列表。

加载应该是这样的,首先它应该加载大约 10 条记录,当我们向下滚动到 tableview 时,它应该自动加载接下来的 10 条记录。

为此,我需要在滚动到底部时添加行。 tableview 可能包含不同的部分。

那么如何在向下滚动的同时在 tableview 的末尾添加新行和新部分?

最佳答案

查看Apple documentation about UITableView .您可以使用以下方法添加一行:

- (void)insertRowsAtIndexPaths:(NSArray *)indexPaths withRowAnimation:(UITableViewRowAnimation)animation;

关于iPhone - 向 UITableView 添加新的部分和行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13287397/

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