gpt4 book ai didi

ios - 代码 : Reload UITableViewCell

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

我有一个带有标签、指示器 View 等的 UITableViewCell 子类。我需要它在从 Web 检索数据时进行更新(具体来说,我有一个表示结果数量的标签)。

我用它来尝试重新加载单元格,但它不起作用。我知道正在调用 cellForRowAtIndexPath,并且更新了数据源本身的值。

[self.myFriendsTbl beginUpdates];
[self.myFriendsTbl reloadRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationNone];
[self.myFriendsTbl] endUpdates];

最佳答案

[self.myFriendsTbl reloadData];

关于ios - 代码 : Reload UITableViewCell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15024069/

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