let object: Subject
The object that contains the property to publish.
let keyPath : KeyPath<Subject, Value>
The key path, relative to the object receiving this message, of the property to publish.
Availability
Technology
let options: NSKeyValueObservingOptions
let object: Subject
let keyPath : KeyPath<Subject, Value>