Hi everyone,
I know that when iphone application goes to background, these methods are called:
- (void)applicationDidEnterBackground:(UIApplication *)application
- (void)applicationWillResignActive:(UIApplication *)application
what method(s) are called when application appears from background?
are there any methods in ViewController which are called?
thanks