---
title: delegate
framework: playgroundsupport
role: symbol
role_heading: Instance Property
path: playgroundsupport/playgroundremoteliveviewproxy/3029565-delegate
---

# delegate

A delegate you use to handle messages from the live view.

## Declaration

```swift
weak var delegate: PlaygroundRemoteLiveViewProxyDelegate?
```

## See Also

### Receiving Messages

- [receive(_:)](playgroundsupport/playgroundremoteliveviewproxy/3029569-receive.md)
