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.
Creates a sequence gesture with two gestures.
init(_ first: First, _ second: Second)The first gesture of the sequence.
The second gesture of the sequence.