Proper way to exit iPhone application?
        Posted  
        
            by emi1faber
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by emi1faber
        
        
        
        Published on 2008-12-10T05:42:32Z
        Indexed on 
            2010/06/09
            18:52 UTC
        
        
        Read the original article
        Hit count: 323
        
I am programming an iPhone app, and I need to force it to exit due to certain user actions. After cleaning up memory the app allocated, what's the appropriate method to call to terminate the application?
© Stack Overflow or respective owner