- objectForKey:
- URLForKey:
- arrayForKey:
- dictionaryForKey:
- stringForKey:
- stringArrayForKey:
- dataForKey:
- boolForKey:
- floatForKey:
- doubleForKey:
- dictionaryRepresentation
Availability 有効性
Technology
defaultName
A key in the current user‘s defaults database. 現在のユーザのもつdefaultsデータベースの中のあるキー。
The integer value associated with the specified key. If the specified key doesn‘t exist, this method returns 0
.
指定されたキーと結びつけられた整数値。指定されたキーが存在しないならば、このメソッドは0
を返します。
This method automatically coerces certain values into equivalent integer values (if one can be determined). The Boolean value YES
becomes 1
and NO
becomes 0
. A floating point number becomes the greatest integer that‘s less than that number (for example, 2
becomes 2
). A string that represents an integer becomes the equivalent integer (for example “123“ becomes 123
).
このメソッドは、自動的に特定の値を同等の整数値へと強制します(もしそれが決定されることが可能ならば)。ブール値YES
は、1
になります、そしてNO
は0
になります。浮動小数点値は、その数より小さい最も大きな整数になります(例えば、2
は2
になります)。ある整数を表す文字列は、同等の整数になります(例えば “123“ は123
になります)。
- objectForKey:
- URLForKey:
- arrayForKey:
- dictionaryForKey:
- stringForKey:
- stringArrayForKey:
- dataForKey:
- boolForKey:
- floatForKey:
- doubleForKey:
- dictionaryRepresentation
- setInteger:forKey: