evnaz / ENSwiftSideMenu

A simple side menu for iOS written in Swift.
MIT License
1.82k stars 282 forks source link

Use segue to get to next view in the navigation stack #60

Open dirkfabisch opened 9 years ago

dirkfabisch commented 9 years ago

First thanks for the great component.

Is their a possibility to navigate to next view with a code like this:

var smc : ENSideMenuNavigationController?

...   

smc!.navigationController?.presentedViewController?.performSegueWithIdentifier("mySegueName", sender: self)
evnaz commented 9 years ago

Hi @dirkfabisch , I didn't use the menu such way. Are you going to place a Navigation Controller inside another Navigation Controller?

dirkfabisch commented 9 years ago

Hi @evnaz

I just used the normal Navigation Controller pattern main_storyboard