initWithRecordIDs:
Creates a scope that includes only the given record IDs. If recordIDs is nil, this scope contains all records.
Declaration
- (instancetype) initWithRecordIDs:(NSSet<CKRecordID *> *) recordIDs;Creates a scope that includes only the given record IDs. If recordIDs is nil, this scope contains all records.
- (instancetype) initWithRecordIDs:(NSSet<CKRecordID *> *) recordIDs;