iphone - How to jump among UIViewControllers? -


a upcoming iphone app comes 20 uiviewcontrollers not have hierarchical relationship among them. potentially uiviewcontroller can/will jump uiviewcontroller. best way handle switching among uiviewcontrollers 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

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -