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

# allowsSimultaneousRecognitionDuringLift

A Boolean value that determines whether the interaction allows recognition of other gestures during the lift activity.

```
var allowsSimultaneousRecognitionDuringLift: Bool { get set }
```

## Discussion

If you set the [`allowsSimultaneousRecognitionDuringLift`](/documentation/UIKit/UIDragInteraction/allowsSimultaneousRecognitionDuringLift) property to <doc://com.apple.documentation/documentation/Swift/true>, the interaction is canceled when another gesture is recognized. If you set this property to <doc://com.apple.documentation/documentation/Swift/false> (the default value), competing gesture recognizers fail.

> Note:
> ``doc://com.apple.uikit/documentation/UIKit/UILongPressGestureRecognizer`` instances are always delayed and happen simultaneously during the lift activity.

---

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)