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