---
title: hasDisplayModeSimple
framework: quartz
role: symbol
role_heading: Instance Property
path: quartz/ikscannerdeviceview/hasdisplaymodesimple
---

# hasDisplayModeSimple

The property that determines whether the scanner view uses the simple display mode.

## Declaration

```swift
var hasDisplayModeSimple: Bool { get set }
```

## Discussion

Discussion If you create an IKScannerDeviceView object programmatically and want to use the simple display mode, do the following: Set this property to true. Set IKScannerDeviceViewDisplayMode.advanced to false. Set mode to IKScannerDeviceViewDisplayMode.simple. The default value for this property is false.

## See Also

### Setting the Device View’s Display Mode

- [mode](quartz/ikscannerdeviceview/mode.md)
- [hasDisplayModeAdvanced](quartz/ikscannerdeviceview/hasdisplaymodeadvanced.md)
