Instance Method インスタンスメソッド

setValue:forKey:

Invokes setValue:forKey: on each of the receiver's members using the specified value and key setValue:forKey:をレシーバのメンバのそれぞれで発動します、その指定された値とキーを使います。

Declaration 宣言

- (void)setValue:(id)value 
          forKey:(NSString *)key;

Parameters パラメータ

value

The object value. オブジェクト値。

key

The key to store the value. 値を格納するためのキー。

See Also 参照

Key-Value Coding Support キー値コーディングサポート