iOS-Slide-Menu
iOS-Slide-Menu copied to clipboard
Disable the right menu while keep the right bar button item showing
How to disable the right menu while keep the right bar button item showing?
If you mean using the right bar button item for another purpose (not for the right menu), I had the same issue, and I achieved it by adding the button myself in the storyboard. It would be a good idea to know how to do it programmatically, but at least mine's working. just add a button to your navigation bar, and attach it to an IBAction
return false for slideNavigationControllerShouldDisplayRightMenu and set a new UIBarButtonItem for self.navigationItem.rightBarButtonItem.