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
If you replace the rootViewController after initializing the whole thing, the shadow is missing.
At first I initialize the menuController with a navigation controller, and there's a button which replaces the navigationcontroller with an other one, after I've replaced the rootViewController of the LGSideMenuController, the shadow is gone when the left or right side menu is shown.
The text was updated successfully, but these errors were encountered:
You have to re-insert the _rootViewStyleView right after you assign the new rootViewController. And if you want the clover colour for the left view, you need to re-insert the _leftViewCoverView as well.
Basically, this is the one that i created, you just call the one below;
If you replace the rootViewController after initializing the whole thing, the shadow is missing.
At first I initialize the menuController with a navigation controller, and there's a button which replaces the navigationcontroller with an other one, after I've replaced the rootViewController of the LGSideMenuController, the shadow is gone when the left or right side menu is shown.
The text was updated successfully, but these errors were encountered: