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

setInteger:forKey:

Sets the value of the specified default key to the specified integer value. 指定されたdefaultキーの値をこの指定された整数値へと設定します。

Declaration 宣言

- (void)setInteger:(NSInteger)value 
            forKey:(NSString *)defaultName;

Parameters パラメータ

value

The integer value to store in the defaults database. defaultsデータベースの中に格納することになる整数値。

defaultName

The key with which to associate the value. それと値を結びつけることになるキー。

Discussion 議論

This is a convenience method for calling setObject:forKey:. これは、setObject:forKey:を呼び出すことに対する便宜メソッドです。

See Also 参照

Setting Default Values defaultの値を設定する

Related Documentation 関連文書