Skip to content

Instantly share code, notes, and snippets.

@spotlessicode
Created September 22, 2017 08:14
Show Gist options
  • Save spotlessicode/8069bbe9538113ad3b2c39c377d135da to your computer and use it in GitHub Desktop.
Save spotlessicode/8069bbe9538113ad3b2c39c377d135da to your computer and use it in GitHub Desktop.
CKModifyRecordsOperation *modifyRecordsOperation = [[CKModifyRecordsOperation alloc] initWithRecordsToSave:records recordIDsToDelete:nil];
modifyRecordsOperation.atomic=NO;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment