---
title: UIWindowScene.PresentationStyle.prominent
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiwindowscene/presentationstyle/prominent
---

# UIWindowScene.PresentationStyle.prominent

Presents prominently above others in the current space.

## Declaration

```swift
case prominent
```

## Discussion

Discussion On iPad, the system displays the window scene modally, centered and elevated above the existing workspace. You should dedicate the scene to specific content within your app, like a document or file, and include buttons to close the scene.

## See Also

### Constants

- [UIWindowScene.PresentationStyle.automatic](uikit/uiwindowscene/presentationstyle/automatic.md)
- [UIWindowScene.PresentationStyle.standard](uikit/uiwindowscene/presentationstyle/standard.md)
