Contents

delegate

The cloud service view controller’s delegate.

Declaration

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.

See Also

Setting a delegate