Created
March 5, 2017 20:14
-
-
Save insidegui/f27e48e6eda5bf53d993e67d3fbfaa92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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