-
Notifications
You must be signed in to change notification settings - Fork 980
Open
Description
I am using swift and xocde 12. And I am using TableViewController for the menu. I have tried following solutions but they didn't work.
`override func touchesBegan(_ touches: Set, with event: UIEvent?) {
if let touch = touches.first {
if self.revealViewController() != nil {
self.view.addGestureRecognizer(self.revealViewController().tapGestureRecognizer())
}
}
super.touchesBegan(touches , with:event)
}`
`if self.revealViewController() != nil {
self.view.addGestureRecognizer(self.revealViewController().panGestureRecognizer())
self.view.addGestureRecognizer(self.revealViewController().tapGestureRecognizer())
}`
Metadata
Metadata
Assignees
Labels
No labels