<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UISpringLoadedInteractionSupporting",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UISpringLoadedInteractionSupporting"
  },
  "title" : "UISpringLoadedInteractionSupporting"
}
-->

# UISpringLoadedInteractionSupporting

The interface that determines if an object supports a spring-loaded interaction for drag and drop activities.

```
@MainActor protocol UISpringLoadedInteractionSupporting : NSObjectProtocol
```

## Topics

### Checking the spring-loaded interaction status

[`var isSpringLoaded: Bool`](/documentation/UIKit/UISpringLoadedInteractionSupporting/isSpringLoaded)

A Boolean value that specifies whether the object is participating in spring-loaded interaction for a drag and drop activity.

## Relationships

### Conforming Types

[`UITab`](/documentation/UIKit/UITab)

[`UIButton`](/documentation/UIKit/UIButton)

[`UISegmentedControl`](/documentation/UIKit/UISegmentedControl)

[`UIAlertController`](/documentation/UIKit/UIAlertController)

[`UITableView`](/documentation/UIKit/UITableView)

[`UISearchTab`](/documentation/UIKit/UISearchTab)

[`UIBarButtonItem`](/documentation/UIKit/UIBarButtonItem)

[`UITabGroup`](/documentation/UIKit/UITabGroup)

[`UICollectionView`](/documentation/UIKit/UICollectionView)

[`UITabBar`](/documentation/UIKit/UITabBar)

[`UITabBarItem`](/documentation/UIKit/UITabBarItem)

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

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)