---
title: PresentationPlacement
framework: SwiftUI
role: symbol
role_heading: Structure
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+, watchOS 27.0+]
path: swiftui/presentationplacement
---

# PresentationPlacement

The placement of a presentation within the presenting view.

## Declaration

```swift
struct PresentationPlacement
```

## Overview

Overview Only sheet presentations respect this placement. Use values of this type with the presentationPlacement(_:) modifier.

## Topics

### Specifying sheet placement

- [automatic](swiftui/presentationplacement/automatic.md)
- [center](swiftui/presentationplacement/center.md)
- [leading](swiftui/presentationplacement/leading.md)
- [trailing](swiftui/presentationplacement/trailing.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring a sheet’s height and placement

- [presentationDetents(_:)](swiftui/view/presentationdetents(_:).md)
- [presentationDetents(_:selection:)](swiftui/view/presentationdetents(_:selection:).md)
- [presentationContentInteraction(_:)](swiftui/view/presentationcontentinteraction(_:).md)
- [presentationDragIndicator(_:)](swiftui/view/presentationdragindicator(_:).md)
- [PresentationDetent](swiftui/presentationdetent.md)
- [CustomPresentationDetent](swiftui/custompresentationdetent.md)
- [PresentationContentInteraction](swiftui/presentationcontentinteraction.md)
- [presentationPlacement(_:)](swiftui/view/presentationplacement(_:).md)
