---
title: allowsSimultaneousRecognitionDuringLift
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidraginteraction/allowssimultaneousrecognitionduringlift
---

# allowsSimultaneousRecognitionDuringLift

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

## Declaration

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

## Discussion

Discussion If you set the allowsSimultaneousRecognitionDuringLift property to true, the interaction is canceled when another gesture is recognized. If you set this property to false (the default value), competing gesture recognizers fail. note: UILongPressGestureRecognizer instances are always delayed and happen simultaneously during the lift activity.

## See Also

### Managing drag interactions

- [delegate](uikit/uidraginteraction/delegate.md)
- [UIDragInteractionDelegate](uikit/uidraginteractiondelegate.md)
