I\'ve got an iPhone application with a UITableView menu. When a row in the table is selected, the appropriate view controller is pushed onto the application\'s
UITableView
This is just a wild stab in the dark but maybe you should let the runloop run once after hiding the toolbar:
[viewController setToolbarHidden:YES animated:YES]; [[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:0.0]];