gpt4 book ai didi

ios - 在 Interface Builder 中添加 UIBarButtonItem 以导航 UIViewController?

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:38:57 25 4
gpt4 key购买 nike

我在 Storyboard的 Interface Builder 中有一个 UINavigationController。我向第一个 UIViewController 添加了两个 UIBarButtonItems。它们显示得很好。如何将它们添加到导航到的第二个 UIViewController 中?在那个 View Controller 上,我只看到后退按钮。

当我尝试将 UIBarButtonItem 拖动到第二个 View Controller 的顶部时,该按钮出于某种原因最终位于场景的底部。运行应用程序时不显示。

编辑:我应该提到我知道如何在代码中执行此操作,但不知道如何在 Interface Builder 中执行此操作。

Adding UIBarButtonItems in Interface Builder

最佳答案

要添加有关我对导航项的评论的更多信息:

这是一个简单的项目,其中一个 UIViewController 嵌入到一个 UINavigationController 中。可以通过“下一步”按钮推送第二个 UIViewController。如果您选择下一个按钮,您可以在层次结构中看到该按钮嵌入到 Right Bar Buttons Items 组中,该组嵌入到 First 对象中。事实上,First 是一个 UINavigationItem,当它嵌入到导航 Controller 中时会自动添加到您的 View Controller 中。

enter image description here

但是第二个 View Controller (推送的那个)没有这个导航项,因为它没有直接嵌入到导航 Controller 中。只需将它从对象库拖放到 View Controller 即可。

enter image description here

关于ios - 在 Interface Builder 中添加 UIBarButtonItem 以导航 UIViewController?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35620633/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com