<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKDeviceBrowserViewDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(pl)IKDeviceBrowserViewDelegate"
  },
  "title" : "IKDeviceBrowserViewDelegate"
}
-->

# IKDeviceBrowserViewDelegate

The `IKDeviceBrowserViewDelegate` defines the methods that the delegate of the [`IKDeviceBrowserView`](/documentation/Quartz/IKDeviceBrowserView) class can implement. All the methods are optional.

```
protocol IKDeviceBrowserViewDelegate
```

## Topics

### Responding to Selection Changes

[`-  deviceBrowserView:selectionDidChange:`](/documentation/Quartz/IKDeviceBrowserViewDelegate/deviceBrowserView(_:selectionDidChange:))

Sent to the delegate when the selection changes in the browser view.

### Responding to Errors

[`-  deviceBrowserView:didEncounterError:`](/documentation/Quartz/IKDeviceBrowserViewDelegate/deviceBrowserView(_:didEncounterError:))

Invoked when the device browser encounters an error.



---

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)