Skip to content

Instantly share code, notes, and snippets.

@insidegui
Created March 5, 2017 20:14
Show Gist options
  • Save insidegui/f27e48e6eda5bf53d993e67d3fbfaa92 to your computer and use it in GitHub Desktop.
Save insidegui/f27e48e6eda5bf53d993e67d3fbfaa92 to your computer and use it in GitHub Desktop.
container.privateCloudDatabase.fetchAllRecordZones { zones, error in
guard let zones = zones, error == nil else {
// error handling magic
return
}
print("I have these zones: \(zones)")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment