collectionView/tableview reloadSections/reloaddata时去掉动画无效时可以尝试使用
[UIView performWithoutAnimation:^{ [_collectionView reloadSections:[NSIndexSet indexSetWithIndex:2]]; //刷新操作 }];
首页 > 随笔档案 > collectionView/tableview刷新时关闭动画无效
collectionView/tableview reloadSections/reloaddata时去掉动画无效时可以尝试使用
[UIView performWithoutAnimation:^{ [_collectionView reloadSections:[NSIndexSet indexSetWithIndex:2]]; //刷新操作 }];
声明: 本文采用 BY-NC-SA 授权。转载请注明转自: levy