Re: Observing with GC
Re: Observing with GC
- Subject: Re: Observing with GC
- From: David Carlisle <email@hidden>
- Date: Mon, 25 Feb 2008 21:00:08 -0700
So in the non_GC world, where is the best place to -
removeObserver:forKeyPath: if not in -dealloc?
On Feb 25, 2008, at 8:02 AM, glenn andreas wrote:
Note that in the non-GC world, you can't do that in -dealloc (since
the KVO "warning" about deallocating something that is still be
observed happens before the call to dealloc), so it's unclear if
there isn't some similar helpful warning before -finalize is called...
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden