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
We can disable pan mode of the center navigation controller. But I need to know, how to disable pan mode of center navigation top view controllers and enable iOS default pop to back view controller gesture?
The text was updated successfully, but these errors were encountered:
HemalAsanka
changed the title
Navigation controller pop to back view option enable ?
Navigation controller pop to back view pan gesture enable ?
Nov 14, 2017
There is a setPanMode: method in MFSideMenuContainerViewController, which controls if the pan gesture should be enabled or not.
You could add [sideMenu setPanMode: MFSideMenuPanModeNone]; in viewDidAppear: and [sideMenu setPanMode: MFSideMenuPanModeDefault]; in viewWillDisappear: for every UIViewController other than the first.
We can disable pan mode of the center navigation controller. But I need to know, how to disable pan mode of center navigation top view controllers and enable iOS default pop to back view controller gesture?
The text was updated successfully, but these errors were encountered: