Contents

init(_:_:)

Creates a gesture with two gestures that can receive updates or succeed independently of each other.

Declaration

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

Parameters

  • first:

    The first of two gestures that can happen simultaneously.

  • second:

    The second of two gestures that can happen simultaneously.

See Also

Creating the gesture