It has become quite clear to me that if you want to create a tab-based app on the iPhone that uses a tab-view controller, you will want the same app to do navigation view controller work underneath each of your tabs.
Yeah, there may be exceptions to this, but all the apps I’ve seen that use tabs also use navigation controllers too. For example, the iPod app uses both, as well as the Phone app.
You would think that since this is almost always the case that as part of the examples that Apple leaves on there site, that a tab/navigation controller app would be present. But at the time of this post it is not.
That said, I did spend a pretty penny on the videos of the iPhone development sessions at the 2008 Apple Developer Conference. And I finally found information on creating said tab/navigation typed apps. Their little example is a “recipe” program whose main poster child is some “chocolate cake.”
The lightbulb for this subject is coming on finally regarding this subject (even though it is still rather dimly lit).
Considering the fact that this kind of app is probably the most prevalent when it comes to non-game type apps, learning how to create this type of an app is very important!
Basically, when I get this down pat, the first tutorial I want to create here will cover this topic.