I have overridden the tableView:indentationLevelForRowAtIndexPath method in my UITableViewController derived class as follows:
tableView:indentationLevelForRowAtIndexPath
UITableViewController
- (N
Have you accidentally overridden shouldIndentWhileEditing: to NO in your custom table cell class?
shouldIndentWhileEditing:
NO