<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UISpringLoadedInteractionEffectState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UISpringLoadedInteractionEffectState"
  },
  "title" : "UISpringLoadedInteractionEffectState"
}
-->

# UISpringLoadedInteractionEffectState

The spring-loaded interaction states that determine the style of the interaction view.

```
enum UISpringLoadedInteractionEffectState
```

## Topics

### States

[`case activated`](/documentation/UIKit/UISpringLoadedInteractionEffectState/activated)

An interaction state that indicates that the view was spring loaded.

[`case activating`](/documentation/UIKit/UISpringLoadedInteractionEffectState/activating)

An interaction state that indicates that spring loading is about to start.

[`case inactive`](/documentation/UIKit/UISpringLoadedInteractionEffectState/inactive)

An interaction state that indicates that spring loading is not engaged.

[`case possible`](/documentation/UIKit/UISpringLoadedInteractionEffectState/possible)

An interaction state that indicates that spring loading is available.

### Initializers

[`init?(rawValue: Int)`](/documentation/UIKit/UISpringLoadedInteractionEffectState/init(rawValue:))

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)