Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jazzedge/cee27f812ed28b7024e8d467d5fa18bc to your computer and use it in GitHub Desktop.

Select an option

Save jazzedge/cee27f812ed28b7024e8d467d5fa18bc to your computer and use it in GitHub Desktop.
CKContainer.defaultContainer().accountStatusWithCompletionHandler{ status, error in
guard status == .Available else { return }
//The user’s iCloud account is available..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment