解决CollectionView reloadData或者rel
2018-06-01 本文已影响0人
Desert_Eagle
[UIView performWithoutAnimation:^{
[self.collectionView reloadSections:[NSIndexSet indexSetWithIndex:4]];
}];
[UIView performWithoutAnimation:^{
[self.collectionView reloadData];
}];