ENSwiftSideMenu
ENSwiftSideMenu copied to clipboard
Use segue to get to next view in the navigation stack
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)
Hi @dirkfabisch , I didn't use the menu such way. Are you going to place a Navigation Controller inside another Navigation Controller?
Hi @evnaz
I just used the normal Navigation Controller pattern
