collectionView刷新

    [UIView performWithoutAnimation:^{

                    [self.collectionView reloadItemsAtIndexPaths:@[indexPath]];

                }];

你可能感兴趣的:(collectionView刷新)