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
Post a Comment