gpt4 book ai didi

ios - 将 UITableViewController 推送到导航堆栈时看不到导航栏

转载 作者:行者123 更新时间:2023-11-28 12:17:00 26 4
gpt4 key购买 nike

当前位于导航 Controller 堆栈上的 View Controller 中的代码。现在我想将 UITableViewContoller 推送到导航堆栈上。我正在使用以下代码:

let destinationVC = self.storyboard?.instantiateViewController(withIdentifier: "formTableVC") as! FormTableViewController

self.navigationController?.pushViewController(destinationVC, animated: true)

显示了 UITableViewContoller 但未显示导航栏。如何解决这个问题?我希望在 UITableViewContoller 的导航栏中也显示所有以前的 View Controller 的设计。任何帮助将不胜感激。谢谢。

最佳答案

在UITableViewContoller(FormTableViewController)的viewDidLoad函数中添加如下代码 类

self.navigationController?.setNavigationBarHidden(false, animated: false)

关于ios - 将 UITableViewController 推送到导航堆栈时看不到导航栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46143567/

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