This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
DATASource — 5.9.0
public func reloadCells(at indexPaths: [NSIndexPath])
self.collectionView?.reloadItemsAtIndexPaths([indexPath])
is pretty heavy, is usually one of the most heavy operations you can do in a UICollectionView
. Also when it reloads the cells it flashes or blinks which is a quite terrible effect. This release adds a better way to reload cells in DATASource.