Regarding "Ensuring KVO Compliance", there are some official definition which seem like hard to understand
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.
Who can give more specific examples to make this more clear ? Thanks