Re: opposite of +initlialize
Re: opposite of +initlialize
- Subject: Re: opposite of +initlialize
- From: j o a r <email@hidden>
- Date: Fri, 16 May 2003 08:15:16 +0200
Look in the list archives for discussions on this topic. The consensus
is that you often don't need to care that much about what happens to
your objects / allocated resources when the app terminates - since it
will all be cleaned up by OS X. For the times when you do need to take
care of something, you should listen for
NSApplicationWillTerminateNotification.
j o a r
On Friday, May 16, 2003, at 08:00 Europe/Stockholm, Francisco Tolmasky
wrote:
You know how +initialize get sent to every class, is there an
equivalent that happens when the program closes, an uninitialize
message?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.