<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIModalPresentationStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIModalPresentationStyle"
  },
  "title" : "UIModalPresentationStyle"
}
-->

# UIModalPresentationStyle

Modal presentation styles available when presenting view controllers.

```
enum UIModalPresentationStyle
```

## Topics

### Presentations

[`UIModalPresentationStyle.automatic`](/documentation/UIKit/UIModalPresentationStyle/automatic)

The default presentation style chosen by the system.

[`UIModalPresentationStyle.none`](/documentation/UIKit/UIModalPresentationStyle/none)

A presentation style that indicates no adaptations should be made.

[`UIModalPresentationStyle.fullScreen`](/documentation/UIKit/UIModalPresentationStyle/fullScreen)

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

[`UIModalPresentationStyle.pageSheet`](/documentation/UIKit/UIModalPresentationStyle/pageSheet)

A presentation style that partially covers the underlying content.

[`UIModalPresentationStyle.formSheet`](/documentation/UIKit/UIModalPresentationStyle/formSheet)

A presentation style that displays the content centered in the screen.

[`UIModalPresentationStyle.currentContext`](/documentation/UIKit/UIModalPresentationStyle/currentContext)

A presentation style where the content is displayed over another view controller’s content.

[`UIModalPresentationStyle.custom`](/documentation/UIKit/UIModalPresentationStyle/custom)

A custom view presentation style that is managed by a custom presentation controller and one or more custom animator objects.

[`UIModalPresentationStyle.overFullScreen`](/documentation/UIKit/UIModalPresentationStyle/overFullScreen)

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

[`UIModalPresentationStyle.overCurrentContext`](/documentation/UIKit/UIModalPresentationStyle/overCurrentContext)

A presentation style where the content is displayed over another view controller’s content.

[`UIModalPresentationStyle.popover`](/documentation/UIKit/UIModalPresentationStyle/popover)

A presentation style where the content is displayed in a popover view.

[`UIModalPresentationStyle.blurOverFullScreen`](/documentation/UIKit/UIModalPresentationStyle/blurOverFullScreen)

A presentation style that blurs the underlying content before displaying new content in a full-screen presentation.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)