- synchronize
+ resetStandardUserDefaults
Deprecated 非推奨
This method was never implemented to return anything but the defaults for the current user. Use standard
instead.
このメソッドは、何かを返すように実装したら、必ず現在のユーザに対するdefaultsでした。standard
を代わりに使ってください。
Availability 有効性
Technology
- (id)initWithUser:(NSString
*)username;
username
The name of the user account. ユーザアカウントの名前。
An initialized NSUser
object whose argument and registration domains are already set up. If the current user does not have access to the specified user account, this method returns nil
.
ある初期化されたNSUser
オブジェクト、それの引数と登録ドメインはすでに準備されます。現在のユーザが指定されたユーザアカウントへのアクセスを持たないならば、このメソッドはnil
を返します。
This method doesn't put anything in the search list. Invoke it only if you’ve allocated your own NSUser
instance instead of using the shared one.
このメソッドは、検索リストの中に何も置きません。それをあなたがあなた独自のNSUser
インスタンスを、共有されたものを使う代わりに割り当てた時のみ発動してください。
You do not normally use this method to initialize an instance of NSUser
. Applications used by a superuser might use this method to update the defaults databases for a number of users. The user who started the application must have appropriate access (read, write, or both) to the defaults database of the new user, or this method returns nil
.
あなたは、通常このメソッドを使ってNSUser
のインスタンスを初期化しません。スーパーユーザによって使われるアプリケーションは、このメソッドを使って多くのユーザに対するdefaultsデータベースを更新するかもしれません。アプリケーションを開始したユーザは、適切なアクセス(読み出し、書き出し、または両方)を新しいユーザのdefaultsデータベースに持たなければなりません、またはこのメソッドはnil
を返します。
This method was never implemented to do anything except return the defaults for the current user. このメソッドは、何かをするように決して実装されませんでした、現在のユーザに対するdefaultsを返すのを除いて。
- synchronize
+ resetStandardUserDefaults
standardUserDefaults