Open dirkfabisch opened 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)
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
First thanks for the great component.
Is their a possibility to navigate to next view with a code like this: