<!--
{
  "availability" : [
    "macOS: 10.6.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKDeviceBrowserView/delegate",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(cs)IKDeviceBrowserView(py)delegate"
  },
  "title" : "delegate"
}
-->

# delegate

Specifies the delegate object.

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

## Discussion

The delegate object must conform to the [`IKDeviceBrowserViewDelegate`](/documentation/Quartz/IKDeviceBrowserViewDelegate) protocol.

---

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)