currently im using a SWRevealViewController
to create a sidebar menu, everything is working perfectly except that I have several navigation controllers with their respective rootViewController in which they have a navigation bar but when I simulate it the navigation bar does not show up in any of the viewControllers except the first one where the app starts. I've also done this navigationController?.navigationBarHidden = false
but it does not show up yet.
By the way if you can notice i'm pretty new to swift and Xcode :)