---
title: presentationStyle
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipresentationcontroller/presentationstyle
---

# presentationStyle

The presentation style of the presented view controller.

## Declaration

```swift
var presentationStyle: UIModalPresentationStyle { get }
```

## Discussion

Discussion This property is set to the presentation style of the presented view controller. The presentation controller uses this style to determine the initial appearance of the presented content.

## See Also

### Getting the presentation attributes

- [adaptivePresentationStyle(for:)](uikit/uipresentationcontroller/adaptivepresentationstyle(for:).md)
- [adaptivePresentationStyle](uikit/uipresentationcontroller/adaptivepresentationstyle.md)
- [shouldPresentInFullscreen](uikit/uipresentationcontroller/shouldpresentinfullscreen.md)
- [shouldRemovePresentersView](uikit/uipresentationcontroller/shouldremovepresentersview.md)
