aperechnev / SidebarOverlay

Yet another implementation of sidebar menu, but here your menu appears over the top view controller.
MIT License
67 stars 28 forks source link

Navigation Bar will hide automatically #35

Open khaskheli24 opened 7 years ago

khaskheli24 commented 7 years ago

I am facing issue that when i go to TopViewController it Hides the navigationbar i tried alot but no solution found, any idea this is not working properly

aperechnev commented 7 years ago

If you need to use a navigation bar, you may set an instance of UINavigationController as a top view controller, and then push your view controller to this navigation controller.