Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个新的应用程序。在我的应用程序中,它首先需要签名和注册页面。之后它将显示标签栏控制器。那么是否可以在不使用 presentModelViewController 的情况下在 thirdView 中添加 tabBarController?
您通常创建您的UITabBarController,填写所需的viewcontrollers
UITabBarController
viewcontrollers
例如你有一个UITabBarController被叫tabBar
tabBar
你可以添加tabBar.view到任何UIView
tabBar.view
UIView
[self.view addSubView:tabBar.view];