iPhone simulator and applicationWillTerminate()

Posted by firstresponder on Stack Overflow See other posts from Stack Overflow or by firstresponder
Published on 2008-12-15T10:59:28Z Indexed on 2010/05/01 11:47 UTC
Read the original article Hit count: 644

Filed under:
|

When my app is run in the iPhone simulator, the delegate method

- (void)applicationWillTerminate:(UIApplication *)application

is only called the first time I hit the iPhone simulator's home button.

After the home button is pressed and the app is launched again, hitting the home button does not call the delegate method.

What is going on here? Am I misunderstanding something fundamental?

© Stack Overflow or respective owner

Related posts about iphone-simulator

Related posts about iphone