Closed justdan0227 closed 4 years ago
Sorry.. I'm not seeing what I call in my menuViewController (left) to dismiss the menu (when you select a menu option that does not do any replacing or segeues, just want it to dismiss the menu animated).
revealViewController.revealLeftView()
will close the left menu if it is open.
Or:
revealViewController.hideLeftView(animated: true)
Thanks! I knew it would be simple!
Sorry.. I'm not seeing what I call in my menuViewController (left) to dismiss the menu (when you select a menu option that does not do any replacing or segeues, just want it to dismiss the menu animated).