Right design pattern for tabbed navigation views?
问题 I've been stuck trying to puzzle this out for a couple days now, and I'll admit I need help. The root view controller of my application is a tab bar controller. I want to have each tab bar a different navigation controller. These navigation controllers have completely different behavior. So how do I set this up in terms of classes? Per Apple's documentation, I'm not supposed to subclass UINavigationViewController . So where do I put the code that drives each of these navigation controllers?