Instance Method
インスタンスメソッド
synchronize()
Waits for any pending asynchronous updates to the defaults database and returns; this method is unnecessary and shouldn't be used.
defaultsデータベースへのなんらかの未解決の非同期更新に対して待機してそして返ります;このメソッドは不必要です、そして使われるべきではありません。
Declaration
宣言
func synchronize() -> Bool
Return Value
戻り値
true
if the data was saved successfully to disk, otherwise false
.
true
、もしデータがうまくディスクに保存されたならば、そうでなければfalse
。
See Also
参照
Legacy
レガシー
init?(user: String)
Creates a user defaults object initialized with the defaults for the specified user account.
あるユーザdefaultsオブジェクトを作成します、この指定されたユーザアカウントに対するdefaultsで初期化されます。
Deprecated
非推奨
Related Documentation
関連文書