<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIUserInterfaceLevel",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIUserInterfaceLevel"
  },
  "title" : "UIUserInterfaceLevel"
}
-->

# UIUserInterfaceLevel

Constants that indicate the visual level for content in the window.

```
enum UIUserInterfaceLevel
```

## Topics

### Interface levels

[`UIUserInterfaceLevel.unspecified`](/documentation/UIKit/UIUserInterfaceLevel/unspecified)

An unspecified interface level.

[`UIUserInterfaceLevel.base`](/documentation/UIKit/UIUserInterfaceLevel/base)

The level for your window’s main content.

[`UIUserInterfaceLevel.elevated`](/documentation/UIKit/UIUserInterfaceLevel/elevated)

The level for content visually above your window’s main content.



---

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)