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

setValue(_:forKey:)

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

Declaration 宣言

func setValue(_ value: Any?, 
       forKey key: String)

Parameters パラメータ

value

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

key

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

See Also 参照

Key-Value Coding キー値コーディング