static var new: NSKeyValueObservingOptions
Indicates that the change dictionary should provide the new attribute value, if applicable.
変更辞書が新しい属性値を提供すべきであることを指し示します、該当するならば。
static var old: NSKeyValueObservingOptions
Indicates that the change dictionary should contain the old attribute value, if applicable.
変更辞書が古い属性値を含むべきであることを指し示します、該当するならば。
static var initial: NSKeyValueObservingOptions
If specified, a notification should be sent to the observer immediately, before the observer registration method even returns.
指定されたならば、通知はオブザーバに直ぐに送られるべきです、オブザーバ登録メソッドが返る前にでも。
static var prior: NSKeyValueObservingOptions
Whether separate notifications should be sent to the observer before and after each change, instead of a single notification after the change.
個別の通知それらがオブザーバに変更の前そして後に送られるべきかどうか、変更の後の単一の通知ではなく。