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

setValue:forKey:

Invokes setValue:forKey: on each of the array's items using the specified value and key. setValue:forKey:を配列の要素それぞれの上でこの指定されたvaluekeyを使って発動します。

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 キー値コーディング