UITableView Edit mode
as Anish pointed to using [tableView setEditing: YES animated: YES]; But you need to have it in viewWillAppear view event to make it work.
as Anish pointed to using [tableView setEditing: YES animated: YES]; But you need to have it in viewWillAppear view event to make it work.