UIPopoverController. Is is appropriate to embed a tableViewController within?
        Posted  
        
            by dugla
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dugla
        
        
        
        Published on 2010-04-14T22:20:44Z
        Indexed on 
            2010/04/14
            22:23 UTC
        
        
        Read the original article
        Hit count: 508
        
uipopovercontroller
|ipad
I am doing an iPad imaging app and I am considering UIPopoverController as my workhorse user interface element. The user will spend most of their time immersed in fullscreen content (in both portrait and landscape). When the user wants to select a different piece of content I want to use UIPopoverController to handle that. Is it appropriate to embed a tableViewController in a UIPopoverController to allow in-place scrolling or am I abusing the intended use of UIPopoverController?
Thanks,
Doug
© Stack Overflow or respective owner