---
title: modalPresentationStyle
framework: imageplayground
role: symbol
role_heading: Instance Property
path: imageplayground/imageplaygroundviewcontroller/modalpresentationstyle
---

# modalPresentationStyle

The presentation style for modal view controllers.

## Declaration

```swift
@MainActor @preconcurrency override dynamic var modalPresentationStyle: UIModalPresentationStyle { get set }
```

## Discussion

Discussion The view controller overrides this method to establish its preferred presentation style in visionOS. Changing the value of this property has no effect in visionOS.
