---
title: delegate
framework: quartz
role: symbol
role_heading: Instance Property
path: quartz/ikcameradeviceview/delegate
---

# delegate

The camera device view delegate.

## Declaration

```swift
@IBOutlet unowned(unsafe) var delegate: (any IKCameraDeviceViewDelegate)! { get set }
```

## Discussion

Discussion The delegate must conform to the IKCameraDeviceViewDelegate protocol.
