Skip to content

Move row in moving section failed in TableView #29

Open
@jcislinsky

Description

@jcislinsky

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.
simulator screen shot - iphone x - 2018-04-18 at 10 56 58

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions