UISplitViewController in a TabBar ( UITabBarController )?

Posted by Madhup on Stack Overflow See other posts from Stack Overflow or by Madhup
Published on 2010-03-19T05:24:37Z Indexed on 2010/03/19 6:11 UTC
Read the original article Hit count: 1563

Hi all,

I am in kind of situation that I need to start with a tab based application and in that I need a split view for one or more tabs. But it seems that split view controller object can not be added to the tabbarController. (Although tabbar object can be added to the splitviewcontroller).

The problem can be seen otherways: I have a full screen in the left part I have a table view when any row is selected in the table a popover should come out pointing that row. Now when any row in the popover is selected the rows in this popover comes to the left under the selected row (only this row would be visible) and another popover comes out from the selected row. (Breadcrumb navigation type)

I think I am clear in what I explained. So guys any ideas or work arounds?

Please let me know if I am not clear in my question.

Thanks,

Madhup

© Stack Overflow or respective owner

Related posts about uisplitviewcontroller

Related posts about uitabbarcontroller