ios5 - iOS 5.1 Monotouch View Qustions -
is possible have following "view" structure?
1) rootviewcontroller uitabbarcontroller. 2) 1 of "tabbed" views uisplitviewcontroller. 3) "detail" view of "splitviewcontroller" uinavigationcontroller.
what i'm trying accomplish "detail" view can create sub view has "back" button.
the problem calling pushviewcontroller(newview, true) in "detail" view never displays newview.
a uisplitviewcontroller
must the top level controller.
see here: split view controller must root view controller
instead of using uitabbarcontroller
@ root, should use split controller.
the detail , master sections both have uinavigationcontrollers
can push many new screens need.
Comments
Post a Comment