tabbarcontroller 作为子视图
我的应用程序中有一个带有导航控制器的主视图屏幕,带有两个 UI 按钮。
现在我希望当我按下一个按钮时会推送一个子视图。我知道该怎么做。
问题是我希望这个子视图与 tabbarcontroller 一起使用。
我知道如何在主视图上(在应用程序委托内)实现选项卡栏,但我很难将其作为子视图来执行此操作。 我应该如何实施这个? 谢谢。
I have a main view screen with navcontroller in my app with two UIbuttons.
Now i want that when I press one button a subview will be pushed. this I know how to do.
The problem is that I want this subview to be with tabbarcontroller.
I know how to implement tabbar on the main views (within the app delegate), but I have really hard time to do this as a subview..
How should I implement this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不。它已被处理许多< /a> 次 此处 之前没有受支持的方式选项卡栏控制器作为导航控制器的子视图。苹果甚至说 在他们的文档中指出,推送到导航控制器上的控制器不应该是选项卡栏控制器。
Don't. It's been dealt with many times here before that there is no supported way to have a tab bar controller as a subview of a navigation controller. Apple even says in their documentation that the controller to push onto a navigation controller should not be a tab bar controller.