- objectForKey:
Returns the object associated with the specified key.
指定されたキーと結びつけられたオブジェクトを返します。
- URLForKey:
Returns the URL associated with the specified key.
指定されたキーと結びつけられたURLを返します。
- arrayForKey:
Returns the array associated with the specified key.
指定されたキーと結びつけられた配列を返します。
- dictionaryForKey:
Returns the dictionary object associated with the specified key.
指定されたキーと結びつけられた辞書オブジェクトを返します。
- stringForKey:
Returns the string associated with the specified key.
指定されたキーと結びつけられた文字列を返します。
- stringArrayForKey:
Returns the array of strings associated with the specified key.
この指定されたキーと結びつけられた、文字列それらからなる配列を返します。
- dataForKey:
Returns the data object associated with the specified key.
指定されたキーと結びつけられたデータオブジェクトを返します。
- boolForKey:
Returns the Boolean value associated with the specified key.
指定されたキーと結びつけられたブール値を返します。
- integerForKey:
Returns the integer value associated with the specified key.
指定されたキーと結びつけられた整数値を返します。
- floatForKey:
Returns the float value associated with the specified key.
指定されたキーと結びつけられたfloat値を返します。
- doubleForKey:
Returns the double value associated with the specified key.
指定されたキーと結びつけられたdouble値を返します。