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

present a new controller problem #205

Closed longtianye closed 5 years ago

longtianye commented 8 years ago

when i click left page , i present a new controller ,but after dismiss my new controller, show home page, not left page, why? how can i solve this situation

naumovkirill commented 8 years ago

I have the same problem, please let us know if you find a solution

gaoxiao228 commented 8 years ago

I have the same problem, please let us know if you find a solution

MadBurea commented 7 years ago

you will have to specify the class where you are using this left or write menu. change in this portion.

longtianye commented 7 years ago

thanks, @MadBurea