Discussion 議論
A value of NSKey
indicates that the observed object has received a set
message, or that the key-value-coding-compliant set method for the key has been invoked, or that one of the will
or did
methods has otherwise been invoked.
NSKey
の値は、監視されたオブジェクトがset
メッセージを受け取ったこと、またはキーに対するキー値コーディング対応の設定メソッドが発動されたこと、またはwill
やdid
メソッドうちの1つがさもなくば発動されたことを指し示します。
A value of NSKey
, NSKey
, or NSKey
indicates that mutating messages have been sent a key-value observing compliant collection proxy, or that one of the key-value-coding-compliant collection mutation methods for the key has been invoked, or a collection will change or did change method has been otherwise been invoked.
NSKey
、NSKey
、またはNSKey
の値は、可変メッセージがキー値監視対応のコレクションプロキシを送られたこと、またはそのキーに対するキー値コーディング対応のコレクション変更メソッドの1つが発動されたこと、またはcollection will changeやdid changeメソッドがさもなくば発動されたことを指し示します。
You can use the unsigned
method on the NSNumber
object to retrieve the value of the change kind.
あなたは、unsigned
メソッドをNSNumber
オブジェクト上で使うことでその変更の種類の値を取ってくることができます。