sharingService(_:didSave:)
Tells the delegate when the cloud-sharing service saves the CloudKit share.
Declaration
optional func sharingService(_ sharingService: NSSharingService, didSave share: CKShare)Parameters
- sharingService:
The cloud-sharing service that invokes this delegate method.
- share:
The saved CloudKit share.
Discussion
The cloud-sharing service invokes this method when it saves changes to the share. The share parameter is the most recent state of the share on the server.