You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My view controller where I want to use kMainViewController is not the root controller. My view controller is located in a tabbarcontroller as root controller and then as subview of a navigation controller . How do I have to change the #define below to make it work?
I am not really understand you. kMainViewController used only in demo project as a short link to my main view controller.
In your situation I see two ways:
Wrap your general navigation controller in LGSideMenuController and make it active only on controller that you need.
Just add your custom UIView above everything inside your view controller and make animation like in my LGSideViewController.
My view controller where I want to use kMainViewController is not the root controller. My view controller is located in a tabbarcontroller as root controller and then as subview of a navigation controller . How do I have to change the #define below to make it work?
define kMainViewController (MainViewController *)[[(AppDelegate *)[[UIApplication sharedApplication] delegate] window] rootViewController]
Thanks in advance Michael
The text was updated successfully, but these errors were encountered: