What is the simplest way to add UIToolBar to UITableViewController? I\'m depending on edit functionality, so I can\'t change UITableViewController to UIViewController easily.
In order to make PeyloW's recipe to work, I needed to add the following additional line of code:
self.navigationController.toolbarHidden = NO;
Hope that helps...