刷新表格的某一行

tableview刷新某一行
[tabelView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:[NSIndexPath indexPathForRow:IndexPath.row inSection:IndexPath.section], nil] withRowAnimation:UITableViewRowAnimationNone];

collection刷新某一行
[collectionView reloadItemsAtIndexPaths:@[IndexPath]];

 

posted @ 2019-06-13 10:19  OIMMZC  阅读(159)  评论(0编辑  收藏  举报