gpt4 book ai didi

ios - 如何隐藏左侧导航栏标题

转载 作者:行者123 更新时间:2023-11-28 21:30:59 26 4
gpt4 key购买 nike

我正在以这种方式从我当前的 View Controller 导航到另一个 View Controller 。

 ViewThingsToDoViewController *vwhings=[[ViewThingsToDoViewController alloc] initWithNibName:@"ViewThingsToDoViewController" bundle:nil];
[self.navigationController pushViewController:vwhings animated:YES];

在我导航到新 View Controller 后,它会在左侧显示当前 View Controller 标题。我该如何隐藏它?

请帮帮我谢谢

最佳答案

对我没有任何作用。然后我就这样试了。它工作得很好。我想隐藏我的后退按钮标题并在我的 View Controller 导航栏的中心设置一个标题。所以在 viewdidload 中我做了这样的事情。

self.navigationController.navigationBar.topItem.title=@"";//make the left bar button title empty.
self.navigationItem.title=strNavigtionTitle;//make the centered navigation bar title.

关于ios - 如何隐藏左侧导航栏标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36089894/

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