UISplitViewController in a TabBar?
        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
            5:31 UTC
        
        
        Read the original article
        Hit count: 901
        
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.
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