0

我正在开发一个新的应用程序。在我的应用程序中,它首先需要签名和注册页面。之后它将显示标签栏控制器。那么是否可以在不使用 presentModelViewController 的情况下在 thirdView 中添加 tabBarController?

4

1 回答 1

0

您通常创建您的UITabBarController,填写所需的viewcontrollers

例如你有一个UITabBarController被叫tabBar

你可以添加tabBar.view到任何UIView

[self.view addSubView:tabBar.view];
于 2012-06-28T10:54:54.943 回答