add a tab bar to navigation based app
I have an app that starts out with a navigation bar, and has 3 screens of databound table view controllers, and after making a selection from the third table view I want to display a view with a tab bar that displays data for the current selection in 3 different views, but I see that the Apple documentation says that you can't push a tab bar controller on a navigation controller. How should I do this in a way that Apple will approve of?
thanks in advance.
|