uchicago-mobi / 2016-Winter-Forum

Class Forum for MPCS51030.
3 stars 0 forks source link

tab controller doesn't persist #228

Closed shuaib88 closed 8 years ago

shuaib88 commented 8 years ago

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.

screen shot 2016-03-15 at 4 40 47 pm

shuaib88 commented 8 years ago

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.

screen shot 2016-03-15 at 4 57 31 pm