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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -