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

# automatic

The automatic spring loading behavior.

## Declaration

```swift
static let automatic: SpringLoadingBehavior
```

## Discussion

Discussion This defers to default component behavior for spring loading. Some components, such as TabView, will default to allowing spring loading; while others do not.

## See Also

### Getting the behaviors

- [enabled](swiftui/springloadingbehavior/enabled.md)
- [disabled](swiftui/springloadingbehavior/disabled.md)
