[This is preliminary documentation and is subject to change.]

The KNKVOObservable type exposes the following members.

Methods

  NameDescription
addObserverToKeyPathWithOptions
Adds an observer to a KVO-compliant key path of the receiver.
didChangeValueForKey
If a given property doesn't support auto-KVO, this MUST be called after changing a value for the property to be KVO-compliant.
removeObserverFromKeyPath
Removes an observer from a KVO-compliant key path of the receiver.
willChangeValueForKey
If a given property doesn't support auto-KVO, this MUST be called before changing a value for the property to be KVO-compliant.

See Also