tabbarcontroller 作为子视图

发布于 2024-09-01 10:59:38 字数 184 浏览 4 评论 0原文

我的应用程序中有一个带有导航控制器的主视图屏幕,带有两个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

别想她 2024-09-08 10:59:38

不。它已被处理许多< /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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文