将标签栏应用程序与导航控制器一起使用

发布于 2024-11-07 11:05:49 字数 659 浏览 0 评论 0原文

我想将标签栏应用程序与 UINavigationController 一起使用。 我按照此视频教程进行操作。它看起来不错而且简单,但我是 Objective-C 的新手。

当我执行视频中 2:50 处显示的操作时,我得到以下结果: http: //img4.hostingpics.net/pics/761392Capturede769cran20110515a768024124.png 8024130.png

另一件事视频中他为一件物品做了一个例子。如果我想在导航栏中显示两个项目怎么办?为每个项目设置单独的导航控制器是否正确?

I want to use a Tab Bar App with a UINavigationController.
I followed this video tutorial. It looked nice and easy, but I am new to Objective-C.

When I do the what is shown at 2:50 in the video, I get these results: http://img4.hostingpics.net/pics/761392Capturede769cran20110515a768024124.png
http://img4.hostingpics.net/pics/461473Capturede769cran20110515a768024130.png

The other thing in the video is he made an example for one item. What if I want two items in the navigation bar? Is it correct to have a separate navigation controller for each item?

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

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

发布评论

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

评论(2

何以心动 2024-11-14 11:05:49

如果我理解正确的话,您会问如果您有一个基于选项卡栏的用户界面,并且每个选项卡中都可以进行导航,那么您是否应该在每个选项卡下有一个 UINavigationController 。

是的。

If I understand correctly, you're asking whether if you have a tab-bar-based UI with navigation possible in each tab, you should have a UINavigationController under each tab.

Yes.

度的依靠╰つ 2024-11-14 11:05:49

为每个选项卡创建一个单独的 UINavigationController 是正确的且必需的。

It is correct and required that you make a separate UINavigationController for each tab.

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