<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIApplication/supportsMultipleScenes",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIApplication(py)supportsMultipleScenes"
  },
  "title" : "supportsMultipleScenes"
}
-->

# supportsMultipleScenes

A Boolean value that indicates whether the app may display multiple scenes simultaneously.

```
var supportsMultipleScenes: Bool { get }
```

## Discussion

UIKit sets this property to <doc://com.apple.documentation/documentation/Swift/true> when the system allows the app to display multiple scenes and the app’s `Info.plist` file includes the <doc://com.apple.documentation/documentation/BundleResources/Information-Property-List/UIApplicationSceneManifest/UIApplicationSupportsMultipleScenes> key with a value of <doc://com.apple.documentation/documentation/Swift/true>. If either of those conditions isn’t true, the value of this property is <doc://com.apple.documentation/documentation/Swift/false>.

Use the [`connectedScenes`](/documentation/UIKit/UIApplication/connectedScenes) property to determine whether multiple scenes are present.

---

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)