---
title: automatic
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/presentationcontentinteraction/automatic
---

# automatic

The default swipe behavior for the presentation.

## Declaration

```swift
static var automatic: PresentationContentInteraction { get }
```

## See Also

### Getting interaction behaviors

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