Reputation: 1413
I know the questions has been asked multiple times, and I went through the regular steps detailed in some of the posts but it didn't work. Clearly am missing a small detail that is leading to this unexpected behavior.
I have a tab bar controller from which there is a VC that inherits from UITableViewController (annotated as VC1). When I click on a row in the table, it takes me to another view (annotated as VC2) which shows the details. I want to have the navigation bar shown in the details view but it is not. I tried the following options:
Can someone please outline something I could be missing?
Image of the flow has been added with annotations.
Upvotes: 0
Views: 705
Reputation: 167
Try to use a detailViewController, check out the Master-Detail template in Xcode. Maybe it is an Xcode bug, try to restart Xcode or recreate the ViewControllers
Upvotes: 0