tabbarcontroller as a subview

Posted by Boaz on Stack Overflow See other posts from Stack Overflow or by Boaz
Published on 2010-05-13T20:18:57Z Indexed on 2010/05/13 20:24 UTC
Read the original article Hit count: 293

Hi
I have a main view screen with navcontroller in my app with two UIbuttons.
Now i want that when I press one button a subview will be pushed. this I know how to do.
The problem is that I want this subview to be with tabbarcontroller.
I know how to implement tabbar on the main views (within the app delegate), but I have really hard time to do this as a subview.. How should I implement this? Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitabbarcontroller