开发者

What is the preferred structure to a class that changes UIViewcontrollers

开发者 https://www.devze.com 2023-02-04 04:27 出处:网络
Im making my first big iphone app and I was wondering whats the best way of making a RootViewController that has many Navigation controllers, Tabbar, and more controllers that have no tabbar or naviga

Im making my first big iphone app and I was wondering whats the best way of making a RootViewController that has many Navigation controllers, Tabbar, and more controllers that have no tabbar or navigation in them. I mean whats the best way to do the switching between them.

edit:

The structur looks like this:

a login/registerthey are two separate uiviewcontrollers, inside we have a tabbarcontroller that some of its views开发者_JS百科 are NavigationViewControllers. And sure u can go back to the login and register


Sounds like a question of GUI design. So hard to answer without getting the complete picture.

It would use a tabbar only for the top level navigation. For navigating within each tab, you can use navigationbars and go as deep as necessary

0

精彩评论

暂无评论...
验证码 换一张
取 消