init(userRecordID:)
Creates a lookup info for the specified user record ID.
Declaration
init(userRecordID: CKRecord.ID)Parameters
- userRecordID:
The user record ID for looking up the user identity.
Discussion
After you create a lookup info, use the CKDiscoverUserIdentitiesOperation operation or the CKFetchShareParticipantsOperation operation to retrieve the corresponding user identity.