<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 16.1.0 -",
    "macOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureDeskViewApplication/LaunchConfiguration/requiresSetUpModeCompletion",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureDeskViewApplicationLaunchConfiguration(py)requiresSetUpModeCompletion"
  },
  "title" : "requiresSetUpModeCompletion"
}
-->

# requiresSetUpModeCompletion

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

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

## Discussion

The default value is <doc://com.apple.documentation/documentation/Swift/false>, which tells the system to execute the completion handler as soon as it displays Desk View. If <doc://com.apple.documentation/documentation/Swift/true>, the system executes the completion handler after the user completes setup and starts Desk View.

---

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)