---
title: SpringLoadingBehavior
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/springloadingbehavior
---

# SpringLoadingBehavior

The options for controlling the spring loading behavior of views.

## Declaration

```swift
struct SpringLoadingBehavior
```

## Overview

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

## Topics

### Getting the behaviors

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

## Relationships

### Conforms To

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

## See Also

### Configuring spring loading

- [springLoadingBehavior(_:)](swiftui/view/springloadingbehavior(_:).md)
- [springLoadingBehavior](swiftui/environmentvalues/springloadingbehavior.md)
