evnaz / ENSwiftSideMenu

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

navcontroller access question #119

Open mparrish91 opened 8 years ago

mparrish91 commented 8 years ago

screen shot 2016-01-26 at 10 29 55 pm Apologies if this is a very basic question. I'm trying to access my side menus UIViewController. I'm having issues because the SideMenuNav is not my root VC. I have a homeVC before that.

Is there a way I can access my side menu VC programmatically or do I need to figure out a way to reorganize my project?