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?
Asked
Active
Viewed 726 times
0

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

Joel Felix ST Joy
- 39
- 8
-
How do you create the search bar? [Is it like this](http://stackoverflow.com/a/26726605/2521004)? – Automate This Apr 23 '15 at 20:15
-
I drag the search from the control panel, and i put it in the navigation bar, and automatically it fills all the content of my navigation bar. – Joel Felix ST Joy Apr 23 '15 at 20:25
1 Answers
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