UICollectionView
class UICollectionView : UIScrollView, UIDataSourceTranslating
-
Animate reload in a batch update
Declaration
Swift
public func reload<T: DeepHashable>( changes: [Change<T>], section: Int = 0, completion: @escaping (Bool) -> Void)Parameters
changesThe changes from diff
sectionThe section that all calculated IndexPath belong
completionCalled when operation completes
View on GitHub
UICollectionView Extension Reference