从侧边栏菜单中隐藏SWRevealViewController

时间:2016-11-24 00:02:20

标签: ios swift sidebar swrevealviewcontroller

我正在使用SWRevealViewController在我的应用中添加侧边栏菜单。无论何时触摸它都可以很好地隐藏它,但是,如果用户按下侧边栏菜单中的UIButton ,我希望能够隐藏它。

知道怎么做这个吗?我假设我需要在我的MenuViewController中使用IBOutlet,但我不知道我甚至会用它做什么,或者我如何让它隐藏菜单。

1 个答案:

答案 0 :(得分:3)

好吧没关系,我解决了它。我在我的MenuViewController中为退出按钮做了一个IBAction,在里面我放了:

self.revealViewController().revealToggle(animated: true)