一个应用程序中是否可以有多个标签栏控制器?

发布于 2024-09-01 12:02:42 字数 106 浏览 3 评论 0原文

我想设计一个有 RootView 和 4 个按钮的应用程序。单击每个按钮将加载另一个具有自己的选项卡栏控制器的视图。每个视图的选项卡栏控制器都是不同的。

如果是这样,我该如何实施呢?

I would like to design an app that has a RootView with 4 buttons. Clicking on each button will load another view that has its own tab-bar controller. The tab-bar controller for each of the views is different.

If so, how do I go about implementing this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

淡淡離愁欲言轉身 2024-09-08 12:02:42

(忽略这听起来违反了 HIG 的事实)它应该只是在 IB 中创建视图(可能在单独的 XIB 中)并像您一样使用它们,除了您应该将文件所有者的视图设置为选项卡栏控制器,就像顶级选项卡栏控制器一样。

(ignoring the fact that this sounds like it violates the HIG) it should just be a matter of creating views in IB (likely in separate XIBs) and using them like you would anyway, except that you should set the view of File's Owner to the tab bar controller, just like you would for the top level tab bar controller.

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