<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIViewControllerTransitionCoordinatorContext/presentationStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIViewControllerTransitionCoordinatorContext(py)presentationStyle"
  },
  "title" : "presentationStyle"
}
-->

# presentationStyle

The presentation style to use for the transition.

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

## Return Value

The modal presentation style associated with the transition or [`UIModalPresentationStyle.none`](/documentation/UIKit/UIModalPresentationStyle/none) if the transition is not a modal presentation or dismissal. For a list of possible values, see “Modal Presentation Styles” in [`UIViewController`](/documentation/UIKit/UIViewController).

## Discussion

When presenting or dismissing a view controller modally, this method returns the presentation style used for that transition. For interface rotations and other events that don’t involve a specific transition between view controllers, this method returns [`UIModalPresentationStyle.none`](/documentation/UIKit/UIModalPresentationStyle/none).

---

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)