MortimerGoro / MGSwipeTableCell

An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions.
MIT License
6.96k stars 1.07k forks source link

Reorder control and allowsSelectionDuringEditing #289

Open Daedren opened 7 years ago

Daedren commented 7 years ago

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?