hi all
ok, I'm completely perplexed by this. I've used IB (exclusively) to create a UINavigationController inside a UITabBarController. things are pretty much working as I'd like - I can navigate from the main controller to any of the tabs, or use the table to navigate to a new controller and back. no problemo. in fact, the app is almost done... except I really want one of the views to be full screen (dynamically hiding the navbar after a fade).
as it stands now, when I navigate to the new (non-tab) controller I can't get the controller to use the whole screen - hiding the status bar or the navbar just leaves empty space up top.
it seems like everyone is struggling with the same issue, and i've tried all kinds of bound and frame adjustments, but to no avail. I've also been following this forum for a while now, and I know DevTeamOfOne knows what he's talking about (and that he doesn't really use IB

. but I'm completely lost by the answer here. in truth, I can't even really parse it.
I have a feeling I need to start the underlying app framework from scratch without IB, but I could really use some direction on getting all three things working well together: navcontroller to a full-screen view (within a tabbar).
TIA