Created
March 5, 2017 20:18
-
-
Save insidegui/f0140a3255a6a033d84cf4417998b6f9 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
CKContainer.default().fetchUserRecordID { recordID, error in | |
guard let recordID = recordID, error == nil else { | |
// error handling magic | |
return | |
} | |
print("Got user record ID \(recordID.recordName).") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment