mcudich / HeckelDiff

A fast Swift diffing library.
MIT License
167 stars 28 forks source link

Move reload to separate update block #10

Closed SuperTango closed 7 years ago

SuperTango commented 7 years ago

https://github.com/mcudich/HeckelDiff/issues/9

reloadItems is done separately as the update indexes returne by diff() are in respect to the "after" state, but the collectionView.reloadItems() call wants the "before" indexPaths.