我有MainViewController,它有一个汉堡包菜单按钮来打开幻灯片菜单
当用户点击MainViewController
中的任意位置时,如何关闭幻灯片菜单现在我只能再次按下按钮来取消菜单
提前致谢
答案 0 :(得分:0)
这可能会有所帮助
override func touchesBegan(touches: Set<NSObject>, withEvent event: UIEvent) {
super.touchesBegan(touches, withEvent: event)
//retract menu
}