3lvis / DATASource

Core Data's NSFetchedResultsController wrapper for UITableView and UICollectionView
Other
106 stars 27 forks source link

Add reloadCells method #79

Closed 3lvis closed 8 years ago

3lvis commented 8 years ago

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 PR adds a better way to reload cells in DATASource.