---
title: "setDelegate(_:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/qccompositionparameterview/setdelegate(_:)"
---

# setDelegate(_:)

Sets the composition parameter view delegate.

## Declaration

```swift
func setDelegate(_ delegate: Any!)
```

## Parameters

- `delegate`: The delegate for the composition parameter view.

## See Also

### Setting and Retrieving the Delegate

- [delegate()](quartz/qccompositionparameterview/delegate().md)
