hi, in the new os 4.0 when you leave the application it enter background, but when you relaunch it it doesnt load any code, i want my application to execute a specific method when going back into the app. thanks
+2
A:
You should look into using this delegate method - (void)applicationWillEnterForeground:(UIApplication *)application
iWasRobbed
2010-08-10 14:52:24