---
title: PresentationContentInteraction
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/presentationcontentinteraction
---

# PresentationContentInteraction

A behavior that you can use to influence how a presentation responds to swipe gestures.

## Declaration

```swift
struct PresentationContentInteraction
```

## Overview

Overview Use values of this type with the presentationContentInteraction(_:) modifier.

## Topics

### Getting interaction behaviors

- [automatic](swiftui/presentationcontentinteraction/automatic.md)
- [resizes](swiftui/presentationcontentinteraction/resizes.md)
- [scrolls](swiftui/presentationcontentinteraction/scrolls.md)

## Relationships

### Conforms To

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

## See Also

### Configuring a sheet’s height

- [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)
