Global Variable グローバル変数

NSKeyValueChangeNotificationIsPriorKey

If the NSKeyValueObservingOptionPrior option was specified when the observer was registered this notification is sent prior to a change. オブザーバが登録された時NSKeyValueObservingOptionPriorオプションが指定されたならば、この通知は変更に先立って発信されます。

Declaration 宣言

const NSKeyValueChangeKey NSKeyValueChangeNotificationIsPriorKey;

Discussion 議論

The change dictionary contains an NSKeyValueChangeNotificationIsPriorKey entry whose value is an NSNumber object that contains the Boolean value YES. 変更辞書は、あるNSKeyValueChangeNotificationIsPriorKey登録項目を含みます、それの値はあるNSNumberオブジェクトで、それはブール値YESを含みます。