Contents

didChangeCloudAccountsNotification

Posted when the user changes the primary iCloud account.

Declaration

class let didChangeCloudAccountsNotification: NSNotification.Name

Discussion

This notification is posted to the default notification center on the main queue.The keys and values in the local key-value store are replaced with those from the new account, regardless of the relative timestamps.

See Also

Deprecated