UIViewController 可以推送 UITabBarController 吗?

发布于 2024-09-06 00:54:33 字数 86 浏览 1 评论 0原文

如果是这样,我如何在 IB 中设置我的 UITabBarController?我见过的所有示例都在应用程序委托中创建了 UITabBarController。

If so, how do I setup my UITabBarController in IB? All the examples I have seen create the UITabBarController in the app delegate.

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

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

发布评论

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

评论(2

入画浅相思 2024-09-13 00:54:33

您可以在通常使用 UIViewController 的地方使用 UITabBarController,但您的用户会感到困惑。选项卡栏控制器被设计为在上下文之间切换的应用程序范围的栏。

You can use a UITabBarController where you'd ordinarily use a UIViewController, but your users will be confused. Tab bar controllers are designed to be application-wide bars that switch between contexts.

逆夏时光 2024-09-13 00:54:33

我能够以模态方式显示标签栏控制器

i am able to display the tab-bar controller modally

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