<!--
{
  "availability" : [
    "iOS: 16.4.0 -",
    "iPadOS: 16.4.0 -",
    "macCatalyst: 16.4.0 -",
    "macOS: 13.3.0 -",
    "tvOS: 16.4.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/PresentationAdaptation",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI22PresentationAdaptationV"
  },
  "title" : "PresentationAdaptation"
}
-->

# PresentationAdaptation

Strategies for adapting a presentation to a different size class.

```
struct PresentationAdaptation
```

## Overview

Use values of this type with the [`presentationCompactAdaptation(_:)`](/documentation/SwiftUI/View/presentationCompactAdaptation(_:))
and [`presentationCompactAdaptation(horizontal:vertical:)`](/documentation/SwiftUI/View/presentationCompactAdaptation(horizontal:vertical:)) modifiers.

## Topics

### Getting adaptation strategies

[`automatic`](/documentation/SwiftUI/PresentationAdaptation/automatic)

Use the default presentation adaptation.

[`none`](/documentation/SwiftUI/PresentationAdaptation/none)

Don’t adapt for the size class, if possible.

[`fullScreenCover`](/documentation/SwiftUI/PresentationAdaptation/fullScreenCover)

Prefer a full-screen-cover appearance when adapting for size classes.

[`popover`](/documentation/SwiftUI/PresentationAdaptation/popover)

Prefer a popover appearance when adapting for size classes.

[`sheet`](/documentation/SwiftUI/PresentationAdaptation/sheet)

Prefer a sheet appearance when adapting for size classes.



---

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)