Enumeration Case 列挙ケース

NSKeyValueSetMutationKind.minus

Indicates that the observers in the specified set are being removed from the observed object. 指定された集合の中のオブザーバがその監視されるオブジェクトから取り除かれているところであるを指し示します。

Declaration 宣言

case minus = 2

Discussion 議論

This kind of mutation results in a kindKey value of NSKeyValueChange.removal. この種の変更は、あるkindKey値のNSKeyValueChange.removalという結果になります。