gpt4 book ai didi

ios - 屏幕旋转时,后退按钮变为 Root View Controller

转载 作者:行者123 更新时间:2023-11-29 01:39:17 25 4
gpt4 key购买 nike

嘿,我在 UIViewController 中有一个 UIWebView。我也在使用 UINavigation Controller 。当纵向定向时,导航栏上的后退按钮会显示“返回”,但当我转到横向时,它会显示“ Root View Controller ”。知道为什么会发生这种情况以及如何更改它吗?任何指针将不胜感激!

最佳答案

试试这个:

self.navigationItem.backBarButtonItem =
[[[UIBarButtonItem alloc] initWithTitle:@"Back"
style: UIBarButtonItemStyleBordered
target:nil
action:nil] autorelease];

来源:http://blog.evandavey.com/2008/12/how-to-change-text-on-back-button-in-uinavigationbar-uinavigationcontroller.html

关于ios - 屏幕旋转时,后退按钮变为 Root View Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32602674/

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