aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

Keep right menu after presentModal viewController #202

Closed Lapinou42 closed 8 years ago

Lapinou42 commented 8 years ago

Hello,

I have an app with a right menu. I have to present a viewController, but keep the right menu working on the presented view controller. How can I do this ? Is it possible on a presented viewController ?

Thank you for your help. Regards,

aryaxt commented 8 years ago

look at toggleLeftMenu section in https://github.com/aryaxt/iOS-Slide-Menu and see if it works. You need to manually create a button, or a bar button and have it to open/close the menu

Lapinou42 commented 8 years ago

Thank you for your help aryaxt ;)

I've already try this solution. It works but not on a presented view controller. The button is shown, the methods toggleRightMenu is correctly called but the menu doesn't opening.

I think it's because it's a presented view controller and I'm worried it's not possible :(