Contents

init(_:_:)

Creates a sequence gesture with two gestures.

Declaration

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

Parameters

  • first:

    The first gesture of the sequence.

  • second:

    The second gesture of the sequence.

See Also

Creating the gesture