What is the logic or view structure of an app with a tab bar, e.g. 3 different tabs. Each tab having a navigation controller inside the tab viewcontroller tabs?
Where are the navigation controllers created and managed?
If you're using NIB files, you can set up the structure of your app right in your main NIB. The structure looks like this:
This was driving me nuts too so once I got it working I added this:
https://github.com/benbruscella/iPhone-TabBarController-With-NavigationController
Hopefully this will help someone.