-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to keep the existing navigation controller? #24
Comments
Do you mean it removes the navigation bar? |
Yeah whoops, it's early in the morning :) I love this plugin though btw! It's very slick |
Actually the SidebarOverlay is root view controller, that contains the side menu and top view controller that is currently presented for user. If you need to push top view controller to a navigation stack, you may set
|
@aperechnev, so there was already a UINavigationController, then a Child ViewController (Let's call it VC_A). VC_A's was pushed onto the first parent VC and contained the navigation bar. I updated VC_A to inherit the SideBarOverlay. When I set the SideBarVC, it loses the nav controller. If I don't set the SideBarVC, but if it still inherits SideBarOverlay, it'll display the navigation bar. What would I have to do so the nav shows up? Are you saying the SideBarVC should be pushed onto the Nav Controller too? |
@civilordergone okay, almost half an year later I understood what you mean 😄 I'll try to check it out on this weekend. |
Haha, thanks @aperechnev for taking a look into it :D |
How is it going on ? it is fixed ? Very nice plugin 👍 |
Let me a few days, I have no internet yet. I'll try to implement it on this weekend. |
When I implement this sidebar, it removes the navigation bar. I know you have the option to create a topviewcontroller, but it'd be really great to keep the nav stack / bar
The text was updated successfully, but these errors were encountered: