iPhone 中的一个应用程序中有多个导航控制器吗?

发布于 2024-10-10 10:04:50 字数 200 浏览 2 评论 0原文

我想使用 TabBar 和 wnat 也拥有多个视图。

那么是否可以为每个视图分配一个navigationController呢?

我想跟踪每个视图中的视图,当然,当我选项卡新的选项卡栏项目时,它应该显示不同的导航栏和视图。

这可能吗?我可以尝试一下,但我不想浪费时间。所以,如果可以的话,我要开始工作了。

感谢任何建议。

I want to use TabBar and wnat to also have more than one views.

But then is it possible to have one navigationController for each views?

I want keep track of views in each of them, and ofcourse it should display different navigationBar and views when I tab a new Tabbar item.

Is that possible? I could give it a try but I don't want to waste time. So if it's possiblt, I'm going to start to work.

Thanks to any advice.

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

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

发布评论

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

评论(1

月亮是我掰弯的 2024-10-17 10:04:50

简短的回答是,是的,这是可能的。 :)

更长的答案:对于每个 UIViewController ,您将实例化一个 UINavigationController 并使用 UIViewController 设置为根视图initWithRootViewController:。然后,您可以通过设置 viewControllers 属性将这些 UINavigationController 传递到 UITabBarController 中。

Short answer, yes, it's possible. :)

Longer answer: For each of the UIViewControllers, you would instantiate a UINavigationController and set the UIViewController as the root view using initWithRootViewController:. You would then pass these UINavigationControllers into the UITabBarController by setting the viewControllers property.

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