YapDatabase icon indicating copy to clipboard operation
YapDatabase copied to clipboard

Potential issue with YapDatabaseViewChangeMove

Open Heinemark opened this issue 9 years ago • 0 comments

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?

Heinemark avatar Feb 17 '16 21:02 Heinemark