gpt4 book ai didi

ios - kukushi/SideMenu 显示菜单无法从当前另一个 ViewController 工作

转载 作者:行者123 更新时间:2023-11-28 20:49:54 24 4
gpt4 key购买 nike

我使用侧边菜单库“kukushi/SideMenu”

我将数据发送到另一个 tableViewController (ScheduleTableVC)

    let navigation = UIStoryboard.init(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "SchedulePage") as! UINavigationController
let vc = navigation.viewControllers.first as! ScheduleTableVC
vc.text = ""
self.present(navigation, animated: true, completion: nil)

但是在ScheduleTableVC库函数中

    self.sideMenuController?.revealMenu() 

不工作,必须显示菜单

最佳答案

用这个解决

    let navigation = UIStoryboard.init(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "SchedulePage") as! UINavigationController
let vc = navigation.viewControllers.first as! ScheduleTableVC
vc.text = ""

sideMenuController?.setContentViewController(to: navigation, animated: false, completion: nil)

关于ios - kukushi/SideMenu 显示菜单无法从当前另一个 ViewController 工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59107414/

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