Is it possible to keep the contentView.frame always the same, regardless of tableView.editing? I already tried to override layoutSubviews
contentView.frame
tableView.editing
layoutSubviews
Based on Usman.3D
On the storyboard, a property indent While Editing is checked by default. It can be unchecked manually. It equals to cell.shouldIndentWhileEditing = NO.
indent While Editing
checked
cell.shouldIndentWhileEditing = NO