I encountered a problem in my app.
I have to have a UINavigationBar
in all my pages, and so I created a UINavigationController
'embed in' with my first page. So the UINavigationBar
appears on it, but when I perform a segue from that first page (by instating a new view controller and presenting it) the navigation bar doesn't appear on the second view controller.