YapDatabase
YapDatabase copied to clipboard
Potential issue with YapDatabaseViewChangeMove
I have implemented a view according to the Full animation example and everything works great.
I have however noticed something that could be an potential issue. When getting a row change of type YapDatabaseViewChangeMove
, it's pretty common that rowChange.indexPath
and rowChange.newIndexPath
have exactly the same section and row.
Correct me if I'm wrong, but when this happens, isn't the correct thing to report a YapDatabaseViewChangeUpdate
instead?