---
title: UIApplicationSupportsTabbedSceneCollection
framework: bundleresources
role: symbol
role_heading: Property List Key
path: bundleresources/information-property-list/uiapplicationscenemanifest/uiapplicationsupportstabbedscenecollection
---

# UIApplicationSupportsTabbedSceneCollection

A Boolean value indicating whether an app built with Mac Catalyst supports automatic tabbing mode.

## Discussion

Discussion By default, the tabbing mode for an app built with Mac Catalyst that support multiple scenes is NSWindow.TabbingMode.automatic. Starting with macOS 12, you can disable this behavior by adding the UIApplicationSupportsTabbedSceneCollection key with a value of false to the UIApplicationSceneManifest key in your app’s Info.plist file.

## See Also

### Multiple windows

- [UIApplicationSupportsMultipleScenes](bundleresources/information-property-list/uiapplicationscenemanifest/uiapplicationsupportsmultiplescenes.md)
