将导航控制器添加到 iPhone 标签栏控制器

发布于 2024-11-18 02:44:58 字数 86 浏览 1 评论 0原文

我有一个选项卡栏控制器并尝试向每个控件添加导航。在 xcode 3 中,我能够在属性检查中将控制器更改为导航控制器。我们如何在 xcode 4 中做到这一点?

I have a tabbar controllor and trying to add navigation to each control. In xcode 3 i was able to change the controllor to nav controllor in attribute inspection. How do we do that in xcode 4?

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

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

发布评论

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

评论(2

稳稳的幸福 2024-11-25 02:44:58

有几种方法可以做到这一点。您可以在 IB 中执行此操作,也可以只为特定选项卡分配视图控制器。不。就做这些吧。

  1. 只需创建新类作为导航控制器的子类

  2. 转到 IB 中的特定选项卡,并将其类分配为其视图的相应类。
    例如。对于选项卡 1,单击 tab1 并选择类作为 MyNavigationController(它应该是 UINavigationController 的子类)。

There are a couple of ways to do this. You can either do it in the IB or just allocate a view controller for specific tabs. na. Just do these.

  1. Just create new classes as a subclass of Navigation Controller

  2. Go to the specific tabs in the IB, and assign their class as the respective class for it's view.
    For example. For Tab 1, click tab1 and select the class as MyNavigationController (which should be a subclass of UINavigationController).

风和你 2024-11-25 02:44:58

我只需将导航控制器拖放到选项卡栏控制器即可获取支持导航的选项卡。然后设置适当的视图控制器类。

I just had to drag and drop the navigation controller to the tabbar controllor to get the navigation supported tab. Then set the appropriate view controller class.

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