我想使用TabBar和wnat也有多个视图。
但是,每个视图可以有一个navigationController吗?
我希望跟踪每个视图中的视图,当我选中新的Tabbar项时,它应该显示不同的navigationBar和视图。
这可能吗?我可以尝试一下,但我不想浪费时间。所以,如果可能的话,我将开始工作。
感谢任何建议。
答案 0 :(得分:2)
简短回答,是的,这是可能的。 :)
更长的答案:对于每个UIViewController
,您将实例化UINavigationController
并使用UIViewController
将initWithRootViewController:
设置为根视图。然后,您可以通过设置UINavigationController
属性将这些UITabBarController
传递到viewControllers
。