iphone - Is it possible to have multiple tab-bar controllers in an app? -


I would like to design an app that has a 4-button rootview. Clicking on each button will load another view, which is its own tab-bar controller. The tab-bar controller for each idea is different.

If so, how do I apply it?

(ignoring this fact that it seems that it violates a huge hit) It is likely to create a view in the IB (possibly likely to be in different XIBs) and use them with them, so you should set the viewer of the file to the tab bar controller, as you would for the top level tab bar controller .


Comments