解决CollectionView reloadData或者rel

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

[UIView performWithoutAnimation:^{ 
[self.collectionView reloadData]; 
}];
上一篇 下一篇

猜你喜欢

热点阅读