UINavigationController inside a UITabBarController inside a UISplitViewController presented modally on iPhone
问题 I'm having a UISplitViewController that contains a UITabBarController as master view. This UITabBarController contains a UINavigationController. The detail view contains a UINavigationController as well. On the iPad this works as expected. The show detail segue presents the imageview within the navigation controller on the detail view. On the iPhone on the other hand I expected that the show detail segue pushes the detail view on the stack of the navigation controller of the master view. But