---
title: "cloudSharingControllerDidSaveShare(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uicloudsharingcontrollerdelegate/cloudsharingcontrollerdidsaveshare(_:)"
---

# cloudSharingControllerDidSaveShare(_:)

Tells the delegate that the CloudKit sharing controller saved the share record.

## Declaration

```swift
optional func cloudSharingControllerDidSaveShare(_ csc: UICloudSharingController)
```

## Discussion

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

## See Also

### Processing shared items

- [cloudSharingController(_:failedToSaveShareWithError:)](uikit/uicloudsharingcontrollerdelegate/cloudsharingcontroller(_:failedtosavesharewitherror:).md)
- [cloudSharingControllerDidStopSharing(_:)](uikit/uicloudsharingcontrollerdelegate/cloudsharingcontrollerdidstopsharing(_:).md)
