I\'m writing a Navigation-Based iPhone app, and I\'d like to have a UIToolBar docked at the bottom of my screen, with a UITableView scrolling between the tool bar and the naviga
Try out this:
self.navigationController.toolbarHidden = NO;
Hope it helps you.