Skip to content

Instantly share code, notes, and snippets.

@aqubi
Created March 3, 2018 17:29
Show Gist options
  • Save aqubi/41ef72dec5279f9f5a028494428d6429 to your computer and use it in GitHub Desktop.
Save aqubi/41ef72dec5279f9f5a028494428d6429 to your computer and use it in GitHub Desktop.
ic
let database = CKContainer.default().privateCloudDatabase
let operation = CKModifyRecordsOperation(recordsToSave: recordsToSave, recordIDsToDelete: recordIDsToDelete)
operation.modifyRecordsCompletionBlock = { (records, recordIDs, error) in
//TODO:
}
operation.database = database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment