Contents

cloudSharingController(_:failedToSaveShareWithError:)

Tells the delegate that the CloudKit sharing controller failed to save the share record.

Declaration

func cloudSharingController(_ csc: UICloudSharingController, failedToSaveShareWithError error: any Error)

Discussion

Implement this method to receive a notification from the UICloudSharingController instance after it fails to save changes to the CKShare record.

See Also

Processing shared items