You can try what was mentioned above, but how are you creating the UITabController? in IB or in code? If its in code, there is something incorrect when you're setting the frame.
You can try what was mentioned above, but how are you creating the UITabController? in IB or in code? If its in code, there is something incorrect when you're setting the frame.
You're not using the tab bar controller correctly. *It* should be your root view and your UINavigationController should be added as one of the view controllers for the tab bar controller (e.g. for the first tab).
You're not using the tab bar controller correctly. *It* should be your root view and your UINavigationController should be added as one of the view controllers for the tab bar controller (e.g. for the first tab).