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

setProperty:forKey:

Changes the specified property of the receiver’s resource. レシーバのもつリソースのこの指定されたプロパティを変更します。

Declaration 宣言

- (BOOL)setProperty:(id)property 
             forKey:(NSString *)propertyKey;

Parameters パラメータ

propertyValue

The new value of the property of the receiver's resource. レシーバのもつリソースのプロパティの新しい値。

propertyKey

The key of the desired property. 求めるプロパティのキー。

Return Value 戻り値

Returns YES if the modification was successful, NO otherwise. 修正が成功したならばYES、そうでないならばNOを返します。

See Also 参照

Deprecated 非推奨