---
title: statusBar
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiwindow/level/statusbar
---

# statusBar

The level for a status window.

## Declaration

```swift
static let statusBar: UIWindow.Level
```

## Discussion

Discussion Windows at this level appear on top of your app’s main window, but below alerts.

## See Also

### Window levels

- [normal](uikit/uiwindow/level/normal.md)
- [alert](uikit/uiwindow/level/alert.md)
