gpt4 book ai didi

iPhone:NavigationController 导航栏后退按钮文本

转载 作者:行者123 更新时间:2023-12-03 18:33:21 26 4
gpt4 key购买 nike

当我将新的 ViewController 推送到导航 Controller 堆栈上时,“后退”按钮是前一个 Controller 的标题。

如何将后退按钮中的文本更改为“后退”而不是默认的最后一个 Controller 名称?

最佳答案

这是使用前一页标题以外的内容制作后退按钮的正确方法

UIBarButtonItem *barButton = [[UIBarButtonItem alloc] init];
barButton.title = @"Your Title";

self.navigationItem.backBarButtonItem = barButton;

据我了解:

self.navigationItem.backBarButtonItem.title = @"Your Title";

将使上一页导航栏的标题变成这样,这不是您想要的。

关于iPhone:NavigationController 导航栏后退按钮文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2053455/

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