tags:

views:

27

answers:

1

I'm looking reset my application completely when it becomes inactive.

I dont want any states retained, is there an easy way to do this?

Would this be done in the Background Method? or any other of the State Methods within the application delegate?

Lemme know,

+1  A: 

I would suggest disabling iOS 4 backgrounding by adding the key UIApplicationExitsOnSuspend to your info.plist

coneybeare
Awesome, didnt see that before, thanks!!!!
Franky
If this solved your question, you should mark it as "the solution" by clicking the checkmark next to my answer.
coneybeare