Skip navigation.
 
mlRe: KVO autonotifying complaining about custom setter return value
FROM : mmalc crawford
DATE : Wed Mar 05 19:00:24 2008

On Mar 5, 2008, at 9:34 AM, Jim Turner wrote:

> I filed a bug (rdar://problems/5781977) as this doesn't appear to be
> proper behavior.  I'd be happy to be told I'm wrong if you can point
> out what I'm missing.


I believe this behaves correctly.
As stated in <http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/chapter_5_section_5.html#
>, "Key-value coding and declared properties are orthogonal 
technologies."
KVC doesn't know about any custom setter you may have defined for a 
property.

mmalc