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

Posted by Sheehan Alam on Stack Overflow See other posts from Stack Overflow or by Sheehan Alam
Published on 2010-05-15T15:12:13Z Indexed on 2010/05/15 15:14 UTC
Read the original article Hit count: 172

I would like to design an app that has a RootView with 4 buttons. Clicking on each button will load another view that has its own tab-bar controller. The tab-bar controller for each of the views is different.

If so, how do I go about implementing this?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about cocoa-touch