reloaditemsatindexpath专题

取消UICollectionView 的reloadItemsAtIndexPath默认动画

UICollectionView 的reloadItemsAtIndexPath默认会有一个动画的过程, 那么使用如下方式可取消该动画: [UIView performWithoutAnimation:^{[self.collectionView reloadItemsAtIndexPaths:@[indexPath]];}];