gpt4 book ai didi

iPhone/iPad 表格 View 仅重新加载一行而不是整个表格

转载 作者:可可西里 更新时间:2023-11-01 06:23:44 25 4
gpt4 key购买 nike

代替

[table reloadData]

有没有办法告诉表格只重新加载一行?我的疯狂是有原因的。

最佳答案

它在 docs 中.该方法称为 reloadRowsAtIndexPaths:withRowAnimation:。所以你会做类似的事情:

NSArray *indexPaths = [NSArray arrayWithObjects:
[NSIndexPath indexPathForRow:5 inSection:2],
// Add some more index paths if you want here
nil];
[tableView reloadRowsAtIndexPaths:indexPaths withRowAnimation: UITableViewRowAnimationFade];

关于iPhone/iPad 表格 View 仅重新加载一行而不是整个表格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8808981/

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