vote up 3 vote down star
1

I know that -applicationWillResignActive gets called upon an incoming call, but is there a standard method that gets called if the user hits the "exit" button (the only button on the front of the iPhone)?

flag

73% accept rate

1 Answer

vote up 6 vote down check

- (void)applicationWillTerminate:(UIApplication *)application, in UIApplicationDelegate protocol.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.