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

# UIUserInterfaceStyle

Constants that indicate the interface style for the app.

```
enum UIUserInterfaceStyle
```

## Topics

### Interface styles

[`UIUserInterfaceStyleUnspecified`](/documentation/UIKit/UIUserInterfaceStyle/unspecified)

An unspecified interface style.

[`UIUserInterfaceStyleLight`](/documentation/UIKit/UIUserInterfaceStyle/light)

The light interface style.

[`UIUserInterfaceStyleDark`](/documentation/UIKit/UIUserInterfaceStyle/dark)

The dark interface style.

### Initializers

[`init(_:)`](/documentation/UIKit/UIUserInterfaceStyle/init(_:))

Creates a user interface style from the specified SwiftUI color scheme.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)