func setPersistentDomain ([String : Any], forName : String)
Sets a dictionary for the specified persistent domain.
ある辞書をこの指定されたドメインに対して設定します。
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.
現在の永続ドメイン名からなるある配列を返します。