Re: Subclass observers on dealloc
Re: Subclass observers on dealloc
- Subject: Re: Subclass observers on dealloc
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 30 Jan 2007 20:40:48 -0700
On Jan 30, 2007, at 8:30 PM, Ken Tozier wrote:
I have some sub classes of a custom NSView class that perform
various actions in response to changes in the view. Since the sub
classes are basically watching other parts of themselves, I'm
wondering whether it's necessary to call
I think so; the runtime whines if you don't remove the observers
first, and it probably has its reasons...
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden