---
title: UIModalPresentationStyle.fullScreen
framework: uikit
role: symbol
role_heading: Case
path: uikit/uimodalpresentationstyle/fullscreen
---

# UIModalPresentationStyle.fullScreen

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

## Declaration

```swift
case fullScreen
```

## Discussion

Discussion The views belonging to the presenting view controller are removed after the presentation completes.

## See Also

### Presentations

- [UIModalPresentationStyle.automatic](uikit/uimodalpresentationstyle/automatic.md)
- [UIModalPresentationStyle.none](uikit/uimodalpresentationstyle/none.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.overFullScreen](uikit/uimodalpresentationstyle/overfullscreen.md)
- [UIModalPresentationStyle.overCurrentContext](uikit/uimodalpresentationstyle/overcurrentcontext.md)
- [UIModalPresentationStyle.popover](uikit/uimodalpresentationstyle/popover.md)
- [UIModalPresentationStyle.blurOverFullScreen](uikit/uimodalpresentationstyle/bluroverfullscreen.md)
