mcudich / HeckelDiff

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

Adds parameter to UIKit method to skip the reload of updated cells. #21

Closed leoMehlig closed 7 years ago

leoMehlig commented 7 years ago

Sometimes I need to update the visible cells directly (not through reloadCells), because otherwise in-cell animation won't work. Because of this this parameter might be useful. Because of the default value, this won't break any existing code.