---
title: PresentationSizingContext
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/presentationsizingcontext
---

# PresentationSizingContext

Contextual information about a presentation.

## Declaration

```swift
struct PresentationSizingContext
```

## Overview

Overview The properties of a PresentationSizingContext can influence what size is proposed to a presentation. note: Currently has no public members.

## See Also

### Adapting a presentation size

- [presentationCompactAdaptation(horizontal:vertical:)](swiftui/view/presentationcompactadaptation(horizontal:vertical:).md)
- [presentationCompactAdaptation(_:)](swiftui/view/presentationcompactadaptation(_:).md)
- [PresentationAdaptation](swiftui/presentationadaptation.md)
- [presentationSizing(_:)](swiftui/view/presentationsizing(_:).md)
- [PresentationSizing](swiftui/presentationsizing.md)
- [PresentationSizingRoot](swiftui/presentationsizingroot.md)
