iphone - Detect 'bring to front' event? -


how can detect 'bring front' event background running application in iphone4 or above?

- (void)applicationdidbecomeactive:(uiapplication *)application; called without either of following getting called.

- (void)applicationdidfinishlaunching:(uiapplication *)application; - (bool)application:(uiapplication *)application didfinishlaunchingwithoptions:(nsdictionary *)launchoptions; 

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -