Contents

recordsForManagedObjectIDs:

Returns a dictionary that contains the CloudKit records for the specified managed object IDs.

Declaration

- (NSDictionary<NSManagedObjectID *,CKRecord *> *) recordsForManagedObjectIDs:(NSArray<NSManagedObjectID *> *) managedObjectIDs;

Parameters

  • managedObjectIDs:

    An array of managed object IDs.

Mentioned in

Return Value

A dictionary that uses managedObjectIDs as its keys, and each object’s underlying CKRecord as its values. The dictionary excludes IDs that don’t have a CloudKit record.

See Also

Accessing Records