Contents

persistentDomainNames()

Returns an array of the current persistent domain names.

Declaration

func persistentDomainNames() -> [Any]

Return Value

An array of NSString objects containing the domain names.

Discussion

You can get the keys and values for each domain by passing the returned domain names to the persistentDomain(forName:) method.

See Also

Deprecated