Open
Description
Hi,
I just reached to problem with moving rows inside of section that is moved in the same update. Example app (NestedTableViewController
) have this issue. I updated items in https://github.com/EtneteraMobile/Differ/tree/test-move to highlight invalid behaviour.
This is result of update, where section are switched and rows inside are switched too.
Expected result: Second – 2, 1; First – 2, 1
Invalid result: Second – 2, 1; First – 1, 2
It seems to be bug in UITableView that doesn't perform move in section that is moving.