---
title: UIStatusBarStyle.default
framework: uikit
role: symbol
role_heading: Case
path: uikit/uistatusbarstyle/default
---

# UIStatusBarStyle.default

A style that automatically selects an appearance for the status bar and updates it dynamically to maintain contrast with the content below it.

## Declaration

```swift
case `default`
```

## See Also

### Constants

- [UIStatusBarStyle.lightContent](uikit/uistatusbarstyle/lightcontent.md)
- [UIStatusBarStyle.darkContent](uikit/uistatusbarstyle/darkcontent.md)
