Enumeration 列挙

NSKeyValueObservingOptions

The values that can be returned in a change dictionary. ある変更辞書において返されることが可能な値。

Declaration 宣言

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

Overview 概要

These constants are passed to addObserver:forKeyPath:options:context: and determine the values that are returned as part of the change dictionary passed to an observeValueForKeyPath:ofObject:change:context:. You can pass 0 if you require no change dictionary values. これらの定数は、addObserver:forKeyPath:options:context:に渡されます、そしてobserveValueForKeyPath:ofObject:change:context:に渡される変更辞書の一部として返される値を決定します。あなたは、0を渡すことができます、もしあなたが変更辞書を要求しないならば。

Topics 話題

Constants 定数