Is it possible to have the following "view" structure?
1) RootViewController is a UITabBarController. 2) One of the "Tabbed" views is a UISplitViewController. 3) The "Detail" view of the "SplitViewController" is a UINavigationController.
What I'm trying to accomplish is the "Detail" view can create a sub view that has a "back" button.
The problem is calling PushViewController(newView, true) in my "Detail" view never displays the newView.