Initializer

init(_:_:)

Creates a sequence gesture with two gestures. ある連続ジェスチャを2つのジェスチャで作成します。

Declaration 宣言

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

Parameters パラメータ

first

The first gesture of the sequence. その連続の最初のジェスチャ。

second

The second gesture of the sequence. その連続の2番目のジェスチャ。

See Also 参照

Creating a Sequence Gesture 連続ジェスチャを作成する