I have a UITableViewController where the user should be able to edit the items. In order to enable editing I use this :
UITableViewController
self.navigationItem.righ
You gotta set the allowsSelectionDuringEditing property of UITableView to true.
Reference: UITableView - allowsSelectionDuringEditing