I am trying to add a second Detail View Controller on my Master Detail Application in Storyboard mode. I’m not sure what the correct method would be to do this. I need it to be connected to the navigation controller just like the original Detail View Controller. How would I go about doing this?
Share
If you mean to add another level of details in the context of a
UINavigationViewControlleryou simply need to add a push segue to the first details view controller, as shown in the figure below.EDIT
Same thing but for the iPad version. (Full-size image)