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.
Last updated: 2006-06-28