---
title: UISplitViewController.BackgroundStyle
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uisplitviewcontroller/backgroundstyle
---

# UISplitViewController.BackgroundStyle

Styles that apply a visual effect to the background of a primary view controller.

## Declaration

```swift
enum BackgroundStyle
```

## Topics

### Background styles

- [UISplitViewController.BackgroundStyle.none](uikit/uisplitviewcontroller/backgroundstyle/none.md)
- [UISplitViewController.BackgroundStyle.sidebar](uikit/uisplitviewcontroller/backgroundstyle/sidebar.md)

### Initializers

- [init(rawValue:)](uikit/uisplitviewcontroller/backgroundstyle/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Managing the background style

- [primaryBackgroundStyle](uikit/uisplitviewcontroller/primarybackgroundstyle.md)
