I am trying to have nested view controllers for detail view controller of a UISplitViewController. To make things simple, I leave the master view as it is; the detail view has a button inside it, 'Go further', which segues to the second view controller. In a compact device, iPhone, everything works fine, user taps on 'Go further' and it navigates to second view controller and back button appears on top left and user can go back to the first view.
But in landscape mode for iPad, when user clicks 'Go further' button and navigates to the second view controller there is no back button up there.
And the whole project is available at https://github.com/maysamsh/SplitViewWithNestedDetailViews