UICloudSharingControllerDelegate
The protocol you implement to provide additional information to, and receive notifications from, the CloudKit sharing controller.
Declaration
@MainActor protocol UICloudSharingControllerDelegate : NSObjectProtocolOverview
Implement an object that conforms to the UICloudSharingControllerDelegate protocol when you want to:
Configure a UICloudSharingController instance.
Receive notifications from a UICloudSharingController instance as it attempts to save or remove the CKShare record based on user interactions on the Invitation and People screens.