解决CollectionView reloadData或者rel

2017-09-27  本文已影响0人  言己言

[UIView performWithoutAnimation:^{

[self.collectionView reloadSections:[NSIndexSet indexSetWithIndex:4]];

}];

[UIView performWithoutAnimation:^{

[self.collectionView reloadData];

}];

上一篇 下一篇

猜你喜欢

热点阅读