Type Property 型プロパティ

oldKey

If the value of the kindKey entry is NSKeyValueChange.setting, and old was specified when the observer was registered, the value of this key is the value before the attribute was changed. kindKey登録項目の値がNSKeyValueChange.settingならば、そしてオブザーバが登録された時oldが指定されたならば、このキーの値は属性が変更されたよりも前の値です。

Declaration 宣言

static let oldKey: NSKeyValueChangeKey

Discussion 議論

For NSKeyValueChange.removal or NSKeyValueChange.replacement, if old was specified when the observer was registered, the value is an NSArray instance that contains the objects that have been removed or have been replaced by other objects, respectively. NSKeyValueChange.removalまたはNSKeyValueChange.replacementに対して、オブザーバが登録された時にoldが指定されたならば、その値はあるNSArrayインスタンスです、それは除去されたまたは他のオブジェクトと置き換えられたオブジェクトそれらを含みます、それぞれに。