Add toolbar to UITableViewController

Viewed 34571

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.

3 Answers
Related