- arrayForKey:
Returns the array associated with the specified key.
指定されたキーと結びつけられた配列を返します。
- boolForKey:
Returns the Boolean value associated with the specified key.
指定されたキーと結びつけられたブール値を返します。
- dataForKey:
Returns the data object associated with the specified key.
指定されたキーと結びつけられたデータオブジェクトを返します。
- dictionaryForKey:
Returns the dictionary object associated with the specified key.
指定されたキーと結びつけられた辞書オブジェクトを返します。
- longLongForKey:
Returns the
long long
value associated with the specified key.
指定されたキーと結びつけられたlong long
値を返します。
- objectForKey:
Returns the object associated with the specified key.
指定されたキーと結びつけられたオブジェクトを返します。
- stringForKey:
Returns the string associated with the specified key.
指定されたキーと結びつけられた文字列を返します。