allowsSimultaneousRecognitionDuringLift
A Boolean value that determines whether the interaction allows recognition of other gestures during the lift activity.
Declaration
var allowsSimultaneousRecognitionDuringLift: Bool { get set }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.