How to make SWRevealViewController menu disappear when users tap on the view-controller
问题 I have View controller with embedded SWRevealViewController I've added code below to disable any interaction while the menu on use. The viewcontroller is embeded with tableview. How to make menu disappears when users tap on the view-controller as the slack app "When the menu is on use and you tap on the chat the menu disappears" class Feed: UIViewController,SWRevealViewControllerDelegate { @IBOutlet weak var menuButton:UIBarButtonItem! @IBOutlet weak var menuButton:UIBarButtonItem! override