recordIDForManagedObjectID:
Returns the CloudKit record ID for the specified managed object ID.
Declaration
- (CKRecordID *) recordIDForManagedObjectID:(NSManagedObjectID *) managedObjectID;Parameters
- managedObjectID:
The ID of the managed object.
Mentioned in
Return Value
An instance of CKRecord.ID if the managed object has an underlying CloudKit record; otherwise, nil.