Closed maulikshah09 closed 7 years ago
why would you do that? SllideNavigationController is simply a subclass of UINavigationController, you can enable slide functionality where you need it instead of switching root
i don't want slide button and swipe menu in login screen and address screen.. after login i want to side menu..dash board open everytime.
Please help to figure out
please look at the demo, it has the exact scenario you are describing with a login screen
Uh second the ability to use this without it being the initial root, for the purpose of keeping storyboards neatly separated into different sections of the app. For example, my onboard process is its own storyboard, so is my auth and then i have a main storyboard. To use your lib it feels, on first glance that i would have to rework my entire app to use what shows up as the #1 slide nav lib.
How can i change normal navigation to slide navigation in between app?
AppDelegate did finish code
form this code open login view .. after login i want to add this control?How can i do That? I know that following method... but i want to set this control as rootview after login.