If I set my tableView's allowsSelectionDuringEditing to true while having the cell's showsReorderControl / canMoveRowAtIndexPath enabled, weird behavior happens.
The hamburger icon does move with the cell contents when you swipe to show buttons, but a copy of it also remains at the place where it was initially (So it ends up covering one of the side buttons).
Also, why is panning not allowed when isEditing is true? Could this not be optional?
If I set my tableView's allowsSelectionDuringEditing to true while having the cell's showsReorderControl / canMoveRowAtIndexPath enabled, weird behavior happens.
The hamburger icon does move with the cell contents when you swipe to show buttons, but a copy of it also remains at the place where it was initially (So it ends up covering one of the side buttons).
Also, why is panning not allowed when isEditing is true? Could this not be optional?