When editing, `UITableView` does not call didSelectRowAtIndexPath ??
You gotta set the allowsSelectionDuringEditing property of UITableView to true.
Reference: UITableView - allowsSelectionDuringEditing
You gotta set the allowsSelectionDuringEditing property of UITableView to true.
Reference: UITableView - allowsSelectionDuringEditing