UINavigationController 可以包含 UITabbarController 吗?

发布于 2024-09-04 07:50:02 字数 168 浏览 3 评论 0原文

我想要在具有 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 技术交流群。

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

发布评论

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

评论(1

甜心小果奶 2024-09-11 07:50:02

在我的应用程序中,我有一个选项卡栏视图控制器,然后在其中,我有导航控制器前往界面生成器中的各个视图。我相信如果你只是复制这种格式,它就会起作用。(->表示已连接)

标签栏视图控制器->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

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