Re: Cocoa Cleanup
Re: Cocoa Cleanup
- Subject: Re: Cocoa Cleanup
- From: Jim Witte <email@hidden>
- Date: Sun, 28 Mar 2004 18:44:14 -0500
Hm, specify a delegate for NSApplication and define the
ApplicationWillTerminate method? Or is there a reason delegates won't
work? (I just ran into them in the introductory Cocoa book, so there
may well be a reason why this won't work for releasing sockets.)
Jim
How do I know when my Cocoa application using a .nib file is about to
quit so I can release my sockets. The dealloc messages are not
getting called by the nib for the UIController class so I don't know
when the app is about to quit.
_______________________________________________
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.