gpt4 book ai didi

ios - 简单地插入 SWRevealViewController 以实现单细胞 swift?

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

我正在使用 SWRevealViewController。使用此代码

 @IBOutlet weak var menuButton: UIBarButtonItem!

override func viewDidLoad() {
super.viewDidLoad()


if self.revealViewController() != nil {

menuButton.target = self //.revealViewController()
menuButton.action = Selector("backAction")
menuButton.image = UIImage(named: "back_arrow")
menuButton.title = ""

self.view.addGestureRecognizer(self.revealViewController().panGestureRecognizer())

}




func backAction()
{
self.navigationController?.popViewControllerAnimated(true)
}

但现在我想要 1 个没有此功能的 View Controller 。即我不希望“登录”的菜单按钮只需要简单地按下后退按钮。

现在我无法返回抽屉导航或主屏幕。

任何帮助将不胜感激。

enter image description here

最佳答案

reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key menuButton.' --> the error says

在你的 menuButton 中没有正确连接到你的 Storyboard中,一次又一次地删除连接,它会起作用

关于ios - 简单地插入 SWRevealViewController 以实现单细胞 swift?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35811194/

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