iphone - How to jump among UIViewControllers? -
a upcoming iphone app comes 20 uiviewcontroller
s not have hierarchical relationship among them. potentially uiviewcontroller
can/will jump uiviewcontroller
. best way handle switching among uiviewcontroller
s app? thanks!
you'll need object manage view controllers. can app delegate, or can object dedicated managing views. depending on how app works, may want create managing viewcontroller present specific views in manner similar uitabbarcontroller or uinavigationcontroller. in case, each of 20 uiviewcontrollers have views presented subview of managing viewcontroller.
Comments
Post a Comment