I'm exploring using a different animation for reloading a row, for that I would need Dwifft to call reloadItems instead of deleteItems and insertItems.
My first guess is that a adding a naive support for reloads would just require checking for the intersection between deletes and inserts in processChanges(newState:diff:).
What do you think?
I'm exploring using a different animation for reloading a row, for that I would need Dwifft to call
reloadItemsinstead ofdeleteItemsandinsertItems.My first guess is that a adding a naive support for reloads would just require checking for the intersection between deletes and inserts in
processChanges(newState:diff:).What do you think?