Reputation: 39
I'm creating an App in swift. My first viewController (Login) shows perfectly with the action bar. But in others view controller i can't see the navigation bar. I was trying to embed all over controller in the navigationController,but it does not work. For example,i have other view controller with the name showlistas that have a search bar, when it loads, i see only the search bar, the navigation bar does;t appear. How can i solve it please?
Upvotes: 0
Views: 727
Reputation: 781
Try making all the segues 'push' segues, it seems to make a difference to me.
Upvotes: 1