Nested Navigation Controllers Sharing One Navigation Bar
Hey everyone, I have an app that has a tab bar controller that contains multiple navigation controllers. Inside each of the navigation controllers I have table views that show upcoming concerts (the venues change depending on the tab you choose). When you tap on one of the concerts a view controller loads with a view that shows additional information for the concert. For this concert info view, I want the entire tab bar controller to slide of the screen to show the concert information, but I want the navigation bar to stay.
If that entire paragraph didn't make sense, what I'm trying to do is just like the iPod application when a user picks a song from any one of the tabs, the entire tab bar controller slides out of view, but the navigation controller stays.
Is there a standard way of doing this? I'm guessing the entire tab bar controller in the iPod app is wrapped around a navigation controller, but whenever I try this I (obviously) end up with two navigation bars.
Thanks for reading!
Tony
|