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

# IKDeviceBrowserView

The `IKDeviceBrowserView` allows you to select a camera or scanner from a list of the available devices.

```
class IKDeviceBrowserView
```

## Overview

The [`IKDeviceBrowserView`](/documentation/Quartz/IKDeviceBrowserView) delegate must conform to the [`IKDeviceBrowserViewDelegate`](/documentation/Quartz/IKDeviceBrowserViewDelegate) protocol. The delegate provides methods to inform you of selection changes in the browser as well as errors encountered when creating the browser list.

## Topics

### Getting the Selected Device

[`selectedDevice`](/documentation/Quartz/IKDeviceBrowserView/selectedDevice)

Returns the selected device.

### Specifying the Device Types to Display

[`displaysLocalCameras`](/documentation/Quartz/IKDeviceBrowserView/displaysLocalCameras)

Specifies whether local cameras are displayed by the browser.

[`displaysNetworkCameras`](/documentation/Quartz/IKDeviceBrowserView/displaysNetworkCameras)

Specifies whether network cameras are displayed by the browser.

[`displaysLocalScanners`](/documentation/Quartz/IKDeviceBrowserView/displaysLocalScanners)

Specifies whether local scanners are displayed by the browser.

[`displaysNetworkScanners`](/documentation/Quartz/IKDeviceBrowserView/displaysNetworkScanners)

Specifies whether network scanners are displayed by the browser.

### Specifying the Display Mode

[`mode`](/documentation/Quartz/IKDeviceBrowserView/mode)

Specifies the browser display mode.

### Getting and Setting the Delegate

[`delegate`](/documentation/Quartz/IKDeviceBrowserView/delegate)

Specifies the delegate object.

### Constants

[`IKDeviceBrowserViewDisplayMode`](/documentation/Quartz/IKDeviceBrowserViewDisplayMode)

These constants specify the display mode of the device browser.

## Relationships

### Conforms To

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSUserActivityRestoring`](/documentation/AppKit/NSUserActivityRestoring)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`NSDraggingDestination`](/documentation/AppKit/NSDraggingDestination)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`NSAccessibilityProtocol`](/documentation/AppKit/NSAccessibilityProtocol)

[`NSAccessibilityElementProtocol`](/documentation/AppKit/NSAccessibilityElementProtocol)

[`Sendable`](/documentation/Swift/Sendable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSStandardKeyBindingResponding`](/documentation/AppKit/NSStandardKeyBindingResponding)

[`Hashable`](/documentation/Swift/Hashable)

[`NSAppearanceCustomization`](/documentation/AppKit/NSAppearanceCustomization)

[`Equatable`](/documentation/Swift/Equatable)

[`NSTouchBarProvider`](/documentation/AppKit/NSTouchBarProvider)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSAnimatablePropertyContainer`](/documentation/AppKit/NSAnimatablePropertyContainer)

[`NSUserInterfaceItemIdentification`](/documentation/AppKit/NSUserInterfaceItemIdentification)

### Inherits From

[`NSView`](/documentation/AppKit/NSView)

---

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)