美文网首页
TableView 和 CollectionView 刷新 单

TableView 和 CollectionView 刷新 单

作者: 爱喝农药de清凉 | 来源:发表于2017-06-12 09:10 被阅读70次

tableview刷新某一行

[tabelView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:[NSIndexPath indexPathForRow:IndexPath.row inSection:IndexPath.section], nil] withRowAnimation:UITableViewRowAnimationNone];

collection刷新某一行

[collectionView reloadItemsAtIndexPaths:@[IndexPath]];

相关文章

网友评论

      本文标题:TableView 和 CollectionView 刷新 单

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