iPhone. Shouldn't hitting the home button cause UIApplicationDelegate's dealloc to be called
Posted
by dugla
on Stack Overflow
See other posts from Stack Overflow
or by dugla
Published on 2010-04-21T02:02:21Z
Indexed on
2010/04/21
2:13 UTC
Read the original article
Hit count: 406
I have put NSLogs in all my classes including my UIApplicationDelegate subclass. I am curious - and a bit nervous - about why I am not seeing them echo anything when I press the home button. I am running in the XCode simulator.
Since iPhone/iPad runs a single app at a time, doesn't hitting the home button discard all traces of the running app?
Thanks,
Doug
© Stack Overflow or respective owner