Contents

recordForManagedObjectID:

Returns the CloudKit record for the specified managed object ID.

Declaration

- (CKRecord *) recordForManagedObjectID:(NSManagedObjectID *) managedObjectID;

Parameters

  • managedObjectID:

    The ID of the managed object.

Mentioned in

Return Value

An instance of CKRecord if the managed object has an underlying CloudKit record; otherwise, nil.

See Also

Accessing Records