---
title: trailing
framework: SwiftUI
role: symbol
role_heading: Type Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+]
path: swiftui/presentationplacement/trailing
---

# trailing

Places the presentation on the trailing edge of the presenting view.

## Declaration

```swift
static let trailing: PresentationPlacement
```

## See Also

### Specifying sheet placement

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