multitasking - how to tell if app was launched from closed or background on iphone? -


hi there specific delegate method called when app brought foreground background on ios? reason being want perform different actions when app launched , when resumed background?

many thanks

jules

when you're coming background, applicationwillenterforeground: called.

when starts "from closed", applicationdidfinishlaunching: called.


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -