---
title: UIModalPresentationStyle.overFullScreen
framework: uikit
role: symbol
role_heading: Case
path: uikit/uimodalpresentationstyle/overfullscreen
---

# UIModalPresentationStyle.overFullScreen

A view presentation style in which the presented view covers the screen.

## Declaration

```swift
case overFullScreen
```

## Discussion

Discussion The views beneath the presented content are not removed from the view hierarchy when the presentation finishes. So if the presented view controller does not fill the screen with opaque content, the underlying content shows through.

## See Also

### Presentations

- [UIModalPresentationStyle.automatic](uikit/uimodalpresentationstyle/automatic.md)
- [UIModalPresentationStyle.none](uikit/uimodalpresentationstyle/none.md)
- [UIModalPresentationStyle.fullScreen](uikit/uimodalpresentationstyle/fullscreen.md)
- [UIModalPresentationStyle.pageSheet](uikit/uimodalpresentationstyle/pagesheet.md)
- [UIModalPresentationStyle.formSheet](uikit/uimodalpresentationstyle/formsheet.md)
- [UIModalPresentationStyle.currentContext](uikit/uimodalpresentationstyle/currentcontext.md)
- [UIModalPresentationStyle.custom](uikit/uimodalpresentationstyle/custom.md)
- [UIModalPresentationStyle.overCurrentContext](uikit/uimodalpresentationstyle/overcurrentcontext.md)
- [UIModalPresentationStyle.popover](uikit/uimodalpresentationstyle/popover.md)
- [UIModalPresentationStyle.blurOverFullScreen](uikit/uimodalpresentationstyle/bluroverfullscreen.md)
