gpt4 book ai didi

swift - 在 UISideMenuNavigationController 的 TableViewController 子级上设置导航项标题不起作用

转载 作者:行者123 更新时间:2023-11-30 12:13:32 24 4
gpt4 key购买 nike

我正在尝试以编程方式为 rootViewController 设置标题,但它不起作用。

func configurarMenuRightNavigationController() {

SideMenuManager.menuFadeStatusBar = false

let menuRightNavigationController = storyboard!.instantiateViewController(withIdentifier: "RightMenuNavigationController") as! UISideMenuNavigationController

//let menuRightNavigationController = UISideMenuNavigationController(rootViewController: YourViewController)
// UISideMenuNavigationController is a subclass of UINavigationController, so do any additional configuration
// of it here like setting its viewControllers. If you're using storyboards, you'll want to do something like:

SideMenuManager.menuRightNavigationController = menuRightNavigationController

SideMenuManager.menuRightNavigationController?.viewControllers[0].navigationItem.title = "Teste"

SideMenuManager.menuPresentMode = .viewSlideOut
}

标题不变。

当我尝试在常规 UINavigationController 上没有侧菜单的另一个项目中尝试时,它可以工作。

enter image description here

enter image description here

最佳答案

当我创建一个自定义 UITableViewController 并将其设置为 Storyboard 上的 TableView Controller 的 View Controller 时,它起作用了。

关于swift - 在 UISideMenuNavigationController 的 TableViewController 子级上设置导航项标题不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45720560/

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