UINavigationController 可以包含 UITabbarController 吗?
我想要在具有 4 个按钮的 NavigationController 内有一个 UIView。单击这 4 个按钮中的任何一个都会推送一个 UITabBarController,其中包含具有相应 UIView 的 NavigationController。
这可能吗? Tweetie 似乎也在做类似的事情。
I want to have a UIView inside of a NavigationController that has 4 buttons. Clicking on any of these 4 buttons will push a UITabBarController that contains a NavigationController with a respective UIView.
Is this possible? Tweetie seems to do something similar.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我的应用程序中,我有一个选项卡栏视图控制器,然后在其中,我有导航控制器前往界面生成器中的各个视图。我相信如果你只是复制这种格式,它就会起作用。(->表示已连接)
标签栏视图控制器->4个单独的导航控制器->ui视图
我希望这有帮助
On my application, I have a tab bar view controller, then inside of that, I have navigation controllers going to individual views in my interface builder. I believe if you just copy this format, it will work.(-> means connected)
Tab Bar View Controller->4 separate Navigation Controller->ui views
I hope this helps