Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

DATASource — 5.9.0

Compare
Choose a tag to compare
@3lvis 3lvis released this 28 Jul 16:25
· 103 commits to master since this release
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.