美文网首页
UITableView某row或某section刷新

UITableView某row或某section刷新

作者: 哈哈哈努力加油吧 | 来源:发表于2020-06-07 00:44 被阅读0次

刷新某row或某section

- (void)reloadRowsAtIndexPaths:(NSArray<NSIndexPath *> *)indexPaths withRowAnimation:(UITableViewRowAnimation)animation;

温馨提示:

可能会出现row突然乱动的现象(上滑)

NSArray*indexPathsForVisibleRows = [self.tableView visibleCells];

我们可以通过直接拿cell刷新

相关文章

网友评论

      本文标题:UITableView某row或某section刷新

      本文链接:https://www.haomeiwen.com/subject/llcnzhtx.html