<!--
{
  "availability" : [
    "iOS: 10.1.0 - 18.0.0",
    "iPadOS: 10.1.0 - 18.0.0",
    "macCatalyst: 13.1.0 - 18.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKCloudServiceSetupViewController/delegate",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SKCloudServiceSetupViewController(py)delegate"
  },
  "title" : "delegate"
}
-->

# delegate

The cloud service view controller’s delegate.

```
weak var delegate: (any SKCloudServiceSetupViewControllerDelegate)? { get set }
```

## Discussion

You can identify a delegate to get informed when the cloud service setup view controller is dismissed.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)