UITableView和UICollectionView的局部刷新

来源:互联网 发布:mac 录音专业版 编辑:程序博客网 时间:2024/06/05 20:22
[self.tableView reloadSections:[NSIndexSet indexSetWithIndex:0] withRowAnimation:UITableViewRowAnimationNone];
[UIView performWithoutAnimation:^{    [self.collectionView reloadItemsAtIndexPaths:@[indexPath]];}];
[self.collectionView reloadItemsAtIndexPaths:@[indexPath]];
0 0
原创粉丝点击