---
title: FittedPresentationSizing
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/fittedpresentationsizing
---

# FittedPresentationSizing

The size of the presentation is dictated by the ideal size of the content.

## Declaration

```swift
struct FittedPresentationSizing
```

## Overview

Overview The presentation is sized by proposing nil in the horizontal and vertical dimensions. note: fitted

## Relationships

### Conforms To

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

## See Also

### Supporting types

- [AutomaticPresentationSizing](swiftui/automaticpresentationsizing.md)
- [FormPresentationSizing](swiftui/formpresentationsizing.md)
- [PagePresentationSizing](swiftui/pagepresentationsizing.md)
