Enumeration 列挙

NSKeyValueChange

The kinds of changes that can be observed. 監視されることが可能である、変更の種類。

Declaration 宣言

typedef enum NSKeyValueChange : NSUInteger {
    ...
} NSKeyValueChange;

Overview 概要

These constants are returned as the value for a NSKeyValueChangeKindKey key in the change dictionary passed to observeValueForKeyPath:ofObject:change:context: indicating the type of change made. これらの定数は、為された変更の型を指し示しているobserveValueForKeyPath:ofObject:change:context:に渡される変更辞書の中のNSKeyValueChangeKindKeyキーに対する値として返されます。

Topics 話題

Constants 定数