---
title: PagePresentationSizing
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/pagepresentationsizing
---

# PagePresentationSizing

The size is roughly the size of a page of paper, appropriate for informational or compositional content.

## Declaration

```swift
struct PagePresentationSizing
```

## Overview

Overview On iOS, .page sizing enforces a platform-defined floor for the vertical and horizontal dimensions. On macOS, no floor is enforced, however a maximum proposed height is derived from the presenter height. To achieve presentations outside of these bounds, see PresentationSizing.fitted or implement your own custom PresentationSizing. note: page

## Relationships

### Conforms To

- [PresentationSizing](swiftui/presentationsizing.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Supporting types

- [AutomaticPresentationSizing](swiftui/automaticpresentationsizing.md)
- [FittedPresentationSizing](swiftui/fittedpresentationsizing.md)
- [FormPresentationSizing](swiftui/formpresentationsizing.md)
