---
title: none
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/presentationadaptation/none
---

# none

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

## Declaration

```swift
static var none: PresentationAdaptation { get }
```

## See Also

### Getting adaptation strategies

- [automatic](swiftui/presentationadaptation/automatic.md)
- [fullScreenCover](swiftui/presentationadaptation/fullscreencover.md)
- [popover](swiftui/presentationadaptation/popover.md)
- [sheet](swiftui/presentationadaptation/sheet.md)
