gpt4 book ai didi

iOS 为什么在这种情况下 backBarButtonItem 为零

转载 作者:搜寻专家 更新时间:2023-11-01 05:57:13 25 4
gpt4 key购买 nike

我有一个嵌入在导航 Controller 中的 View Controller ,在它里面有一个显示另一个 View Controller 的按钮,如下所示:

enter image description here

在第二个 View Controller 中,self.navigationItem.backBarButtonItem 的值为 nil,为什么?

虽然我在运行应用程序时可以看到后退按钮,如下所示:

enter image description here

更新

我读到 View Controller 中的后退按钮是前一个 View Controller 的导航项的责任,更准确地说,它是前一个 View Controller 中的导航项的责任。

所以我尝试在第一个 View Controller 中这样做:

 self.navigationItem.backBarButtonItem!.title = "Wdd"

但我得到了异常,因为 backBarButtonItem 在第一个 View Controller 中也是 nil。

更新2

请看这里

https://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/ViewControllerCatalog/Chapters/NavigationControllers.html#//apple_ref/doc/uid/TP40011313-CH2-SW3

有这句话

The navigation item associated with the current view controller provides the content for the center and right positions of the navigation bar. The navigation item for the previous view controller provides the content for the left position

最佳答案

我自己找到了解决方案。

在第一个 VC 中,我这样做是为了加载:

backButton.title = "ddddd"
self.navigationItem.backBarButtonItem = backButton

它有效

我在这张图片后得到了答案:

enter image description here

关于iOS 为什么在这种情况下 backBarButtonItem 为零,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37483011/

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