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

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -