I have a navigation based application which I'm trying to add a unique UIToolbar that will be persistent no matter which is the current view, using this:
http://stackoverflow.com/questions/1072080/persistent-uibarbuttonitem-in-uitoolbar
The problem is my when I set the frame for the navigationController, the UITableView inside the navigationController shifts 20px under the navigation bar, as if it started drawing behind the status bar.
Any ideas on how I can fix this? I'm stuck!