dekatotoro / SlideMenuControllerSwift

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
MIT License
3.4k stars 754 forks source link

Push with UINavigationController #13

Closed mrbamboovn closed 9 years ago

mrbamboovn commented 9 years ago

Hello,

I am using this library and I have trouble with PUSH ViewController.

Could you please help me to suggest how to use this lib with UINavigationController ?

Thanks

dekatotoro commented 9 years ago

Hi. Thank you feedback.

you can use together. But If you enable the left menu when Viewcontroller you push, It is not recommended because the standard pop gesture suffers.

thihaaung6245 commented 9 years ago

Are u embedding navigation controller to left menu controller?No,u can't.I tried once.You can also try by navigating to other view using this code in left view controller,Like,Java,C++ Menu

dekatotoro commented 9 years ago

There, it is embedded the navigationcontroller to the left of the view? You had better transition to embed navigationcontroller to main.

thihaaung6245 commented 9 years ago

yeah it was true.Thanks dekatotoro