Changing UIView on orientation change
        Posted  
        
            by Designeveloper
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Designeveloper
        
        
        
        Published on 2010-04-29T03:11:21Z
        Indexed on 
            2010/04/29
            3:17 UTC
        
        
        Read the original article
        Hit count: 488
        
Hey all. I have a fairly simple question. I am developing a "rich" iPad app, and I have two background images specifically designed for landscape and portrait. I'd like this ImageView to automatically change depending on the devices orientation. (like pretty much all of Apples iPad apps).
Can anyone point me in the right direction? I'm assuming it would be something I do on viewDidLoad..
© Stack Overflow or respective owner