- setObject:forKey:
- setFloat:forKey:
- setDouble:forKey:
- setInteger:forKey:
- setBool:forKey:
Availability 有効性
Technology
url
The URL to store in the defaults database. defaultsデータベースの中に格納するURL。
defaultName
The key with which to associate the value. それと値を結びつけることになるキー。
If url
is a file URL, this method takes the absolute
, determines whether its path can be made relative to the user’s home directory, and if so, abbreviates it using the string
method.
url
がファイルURLならば、このメソッドはabsolute
をとって、それのパスがユーザのもつホームディレクトリに相対的にされることができるかどうか決定して、そしてそうならば、それをstring
メソッドを使って省略します。
If url
isn’t a file URL, a data object is created by calling the archived
method and passing url
as the root object.
url
がファイルURLでないならば、データオブジェクトはarchived
メソッドを呼び出してurl
をルートオブジェクトとして渡すことによって作成されます。
- setObject:forKey:
- setFloat:forKey:
- setDouble:forKey:
- setInteger:forKey:
- setBool:forKey:
- URLForKey: