3lvis / DATASource

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

Fix update instead of move #113

Closed batjo closed 6 years ago

batjo commented 6 years ago

For a CollectionView there was already a workaround in place, but it turns out the same can happen for tablieViews. Therefore I implemented the same workaround to solve this issue

3lvis commented 6 years ago

Makes sense. Thanks @batjo!