Re: KeyValue Observing rant
Re: KeyValue Observing rant
- Subject: Re: KeyValue Observing rant
- From: Scott Anguish <email@hidden>
- Date: Mon, 26 Apr 2004 14:06:48 -0400
On Apr 26, 2004, at 1:36 PM, Nicko van Someren wrote:
As it stands Apple's KVO system breaks isa-swizzling for everyone else
(consider the case of you register your object for KVO, I do my own
isa-swizzle and the you de-register; something is going to break).
All the more reason that you shouldn't be using isa-swizzling, and
shouldn't be depending on the isa pointer explicitly (use the -class
method instead)
_______________________________________________
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.