Quote:
Originally Posted by ansonl
Check out
Code:
-(void)applicationWillResignActive:(UIApplication *)UIApplicationWillResignActiveNotification{
}
in the developer documentation.
|
Thanks for the lead. It appears, however, that I get the same notification whether the system initiates the sleep or the user presses the sleep/lock button on the phone. I need to find a way to differentiate between the two. Any ideas?