Discussion 議論
The change dictionary in the notification will always contain an new
entry if new
is also specified but will never contain an old
entry. (In an initial notification the current value of the observed property may be old, but it's new to the observer.) You can use this option instead of explicitly invoking, at the same time, code that is also invoked by the observer's observe
method. When this option is used withadd
a notification will be sent for each indexed object to which the observer is being added.
通知の中の変更辞書は、常にnew
登録項目を含むでしょう、もしnew
登録項目もまた指定されるしかし決してold
登録項目を含まないならば。(最初の通知において監視されるプロパティの現在の値は古いかもしれません、しかしそれはオブザーバには新しいです。)あなたはこのオプションを、それもまたオブザーバのobserve
メソッドによって発動されるコードを、同時に、明示的に発動することの代わりに使用できます。このオプションがadd
とともに使われる場合、それへとオブザーバが加えられるインデックス付きオブジェクトのそれぞれに通知が送られます。