How do I add a fullscreen view in Cocoa touch?
        Posted  
        
            by David
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by David
        
        
        
        Published on 2010-03-11T14:18:08Z
        Indexed on 
            2010/03/16
            17:21 UTC
        
        
        Read the original article
        Hit count: 267
        
Hello :)
Inside the titleView of a UINavigationBar, there is a button. Clicking it should slide in a view from the top of the screen.
Where do I have to place the view so it's displayed fullscreen and not only inside the current UIViewController's contentView?
Is there a function for adding fullscreen views?
© Stack Overflow or respective owner