Calling method after view has loaded
        Posted  
        
            by iamdadude
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by iamdadude
        
        
        
        Published on 2010-03-30T20:57:28Z
        Indexed on 
            2010/03/30
            21:13 UTC
        
        
        Read the original article
        Hit count: 408
        
iphone-sdk
|iphone-sdk-3.0
My iPhone app allows for users to type in their usernames and passwords so that they can login. When they login once, their usernames and passwords are saved so that users don't have to type it in again. My problem is, when the app starts again, it immediately starts logging them in, leaving the interface completely black. How would I go about calling my login method AFTER all the UI methods are loaded?
© Stack Overflow or respective owner