func persistentDomain (forName : String) -> [String : Any]?
Returns a dictionary representation of the defaults for the specified domain.
指定されたドメインに対するdefaultsの辞書表現を返します。
func removePersistentDomain (forName : String)
Removes the contents of the specified persistent domain from the user’s defaults.
指定された永続ドメインの内容をユーザのもつdefaultsから取り除きます。
func persistentDomainNames () -> [Any]
Returns an array of the current persistent domain names.
現在の永続ドメイン名からなるある配列を返します。