---
title: UIContainerBackgroundStyle
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uicontainerbackgroundstyle
---

# UIContainerBackgroundStyle

## Declaration

```swift
enum UIContainerBackgroundStyle
```

## Topics

### Enumeration Cases

- [UIContainerBackgroundStyle.automatic](uikit/uicontainerbackgroundstyle/automatic.md)
- [UIContainerBackgroundStyle.glass](uikit/uicontainerbackgroundstyle/glass.md)
- [UIContainerBackgroundStyle.hidden](uikit/uicontainerbackgroundstyle/hidden.md)

### Initializers

- [init(rawValue:)](uikit/uicontainerbackgroundstyle/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

### Adjusting the container background style

- [preferredContainerBackgroundStyle](uikit/uiviewcontroller/preferredcontainerbackgroundstyle.md)
- [childViewControllerForPreferredContainerBackgroundStyle](uikit/uiviewcontroller/childviewcontrollerforpreferredcontainerbackgroundstyle.md)
- [setNeedsUpdateOfPreferredContainerBackgroundStyle()](uikit/uiviewcontroller/setneedsupdateofpreferredcontainerbackgroundstyle().md)
