Contents

removeVolatileDomain(forName:)

Removes the keys and values from the specified volatile domain.

Declaration

func removeVolatileDomain(forName domainName: String)

Parameters

  • domainName:

    The name of the domain to clear.

Discussion

This method removes all of the keys and values from the specified domain. After clearing the domain’s contents, this method generates a didChangeNotification for registered observers.

See Also

Managing domain-specific values