You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sideMenuController()?.sideMenu?.allowPanGesture = false
The above statement will disable the pan gestures. So in any view controller, if you want to disable the pan gesture, use, it.
NB: Set it true for those view controllers which needs pan gestures.
I want menu button only in home page. I don't want open menu button in other controllers
The text was updated successfully, but these errors were encountered: