0

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?

Limon Monte
  • 52,539
  • 45
  • 182
  • 213

1 Answers1

1

Try making all the segues 'push' segues, it seems to make a difference to me.

Richard Birkett
  • 771
  • 9
  • 20
  • it works perfectly for all other viewcontrollers, but i have a controller that contains a google map, when i use 'push' segues it doesn't show me the map. How can i when i resolve it? please help – Joel Felix ST Joy Apr 27 '15 at 14:01
  • So there is a segue between the navigation controller and the controller which doesn't show the nav bar, and the segue is a push segue? Can you please clarify what the embed segue is? – Richard Birkett Apr 29 '15 at 13:22