Hi All, My apologies if this is more appropriate for another group. Please point me in the right direction.
I'm interested in testing cleanup and shutdown code (this is a little different than 'save state in -didEnterBackground'). For example, MyViewController -viewDidUnload and -dealloc. From the docs, testing, and previous posts regarding lifecycle messages, the best I can seem to do is -applicationDidEnterBackground and SIGKILL (and didReceiveMemoryWarning under the simulator). How does one test the code that performs cleanup and deallocation? Jeff _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
