gpt4 book ai didi

ios - BarButtonItem 上的箭头

转载 作者:行者123 更新时间:2023-11-29 03:36:28 26 4
gpt4 key购买 nike

在 iOS 上,如果您没有手动在导航堆栈中设置栏按钮项目,则会为您添加一个带有前一个 Controller 的标题和后退箭头的项目。我只想保留箭头。例如如果我以前的 Controller 的标题是 Hello,我当前的 Controller 会将 leftbarbuttonitem 设置为“< CustomTitle”。目前,我只有这个:

           UIBarButtonItem *goBackAndSaveButton = [[UIBarButtonItem alloc]initWithTitle:@"[insert arrow here]CustomTitle" style:UIBarButtonItemStylePlain target:self action:@selector(goBackAndSave)];

self.navigationItem.leftBarButtonItem = asdf;

有什么方法可以控制标题以便我可以设置自定义标题但仍然使用后退箭头"

最佳答案

除了使用自定义栏按钮项,您还可以使用 View Controller 生命周期方法之一,如 willMoveToParentViewController: 作为保存的触发器。如果您使用 willMoveToParentViewController:(当父项为 nil 时),您可以在移除 View 时保存一次。如果您使用 viewWillDisappear:,您的保存将在推送其他 View 时更频繁地运行。

关于ios - BarButtonItem 上的箭头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19119718/

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