Contents

init(_:_:)

Creates a gesture from two gestures where only one of them succeeds.

Declaration

init(_ first: First, _ second: Second)

Parameters

  • first:

    The first of two gestures. This gesture has precedence over the other gesture.

  • second:

    The second of two gestures.

See Also

Creating the gesture