So with regards to the rightBarButtonItem . I have
self.navigationItem.rightBarButtonItem = self.editButtonItem;
When I press Edit, I get ani
Implement tableView:titleForDeleteConfirmationButtonForRowAtIndexPath: in your table view delegate.