---
title: requiresSetUpModeCompletion
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedeskviewapplication/launchconfiguration/requiressetupmodecompletion
---

# requiresSetUpModeCompletion

A Boolean value that specifies whether the system requires the user to complete setup mode before it executes the completion handler.

## Declaration

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

## Discussion

Discussion The default value is false, which tells the system to execute the completion handler as soon as it displays Desk View. If true, the system executes the completion handler after the user completes setup and starts Desk View.

## See Also

### Customizing the presentation

- [mainWindowFrame](avfoundation/avcapturedeskviewapplication/launchconfiguration/mainwindowframe.md)
