I have a table view that has an 'editing' mode and a normal mode. When the cell is in an editing mode, it has different layout constraints. All cells goes into editing mode simultaneously. I want to animate the transition in all cells from non-editing mode to editing mode and vice versa. How can I animate these all simultaneously?
I have seen advice like this: UITableView Edit mode However if I apply that I get my custom editing mode layout PLUS the built in OS editing mode, which I don't want. How can I transition to only my editing layout?