In order to be considered KVO-compliant for a specific property, a class must ensure the following;
The class must be key-value coding compliant for the property as specified in Ensuring KVC Compliance.
The class must allow automatic observer notifications for the property, or implement manual key-value observing for the property.
© 2003, 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-05-06)