gpt4 book ai didi

ios - Push segue 隐藏导航栏

转载 作者:可可西里 更新时间:2023-11-01 01:59:18 26 4
gpt4 key购买 nike

我有两个 View Controller ,我添加了 navigation barsecond view controller带有两个条形按钮项目 BackItem如下所示 enter image description here

但是当我做 push segue来自 first view controller , 它被替换为 navigation item <Category ,即 titlenavigation item在我的 first view controller如下所示 enter image description here

如何保留我的 navigation bar完整避免默认 navigation item <Category ,它会在保持推送转场功能的同时自动添加。

我试着在不使用 stoyboard 的情况下手动完成,如下所示

@IBAction func plusAction(_ sender: Any) {
let secondViewController = self.storyboard?.instantiateViewController(withIdentifier: "SVC") as? SecondViewController
self.navigationController?.pushViewController(secondViewController!, animated: true)
}

但还是不行。

最佳答案

你想通过将 UINavigationBar 添加到第二个 View Controller 来显示两个条形按钮项目 BackItem,你做错了方式!!!

在您的 Storyboard中,将 UINavigationItem 拖到您的第二个 ViewController。

If the UINavigationItem does not display on your storyboard, you must select second view controller, choose Opaque Navigation Bar or Translucent Navigation Bar (not important)

之后,您可以将 UIBarButtonItem 拖动到 ViewController 上您想要的位置

关于ios - Push segue 隐藏导航栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47897898/

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