首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
reloaditemsatindexpath专题
取消UICollectionView 的reloadItemsAtIndexPath默认动画
UICollectionView 的reloadItemsAtIndexPath默认会有一个动画的过程, 那么使用如下方式可取消该动画: [UIView performWithoutAnimation:^{[self.collectionView reloadItemsAtIndexPaths:@[indexPath]];}];
阅读更多...