I have a TableView Controller that segues to a View Controller through a push segue, even though the segue works, the final view doesn't retain either the navigation bar or the tab bar during runtime. Any suggestions on why that could be? The storyboard looks okay..
Another note on storyboard the segue kind is Push.. but the behavior it exhibits is Show Detail - which I think replaces the view. Even if I change the segue kind on storyboard it doesn't seem to have any effect.
In "prepareForSegue" I had an if statement to make sure the segue was the showMovieDetails segue, after removing commenting that out. It seemed to fix the problem, not sure why though.
I have a TableView Controller that segues to a View Controller through a push segue, even though the segue works, the final view doesn't retain either the navigation bar or the tab bar during runtime. Any suggestions on why that could be? The storyboard looks okay..
Another note on storyboard the segue kind is Push.. but the behavior it exhibits is Show Detail - which I think replaces the view. Even if I change the segue kind on storyboard it doesn't seem to have any effect.