In iOS 9, when I segue from a table to a navigation controller, the nav bar and the tab bar disappear. As a result, my users will be hosed. How to fix it?
My StoryBoard structure is basically this:
->Tab Bar Controller->Nav Controller->Table View->Nav Controller->Table View->....
When I select a row in the first table view, the segue occurs, but the tab bar and back buttons disappear.
---->
Notice the missing parts in the right picture.
DTS request has been filed, bug was reported months ago etc.