Initializer

init(_:_:)

Creates a gesture with two gestures that can receive updates or succeed independently of each other. あるジェスチャを2つのジェスチャで作成します、それらは更新または成功を別々に受け取ることができます。

Declaration 宣言

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

Parameters パラメータ

first

The first of two gestures that can happen simultaneously. 同時に起こることが可能な2つのゼスチャの最初のもの。

second

The second of two gestures that can happen simultaneously. 同時に起こることが可能な2つのゼスチャの2番目のもの。

See Also 参照

Creating a Simultaneous Gesture ある同時のジェスチャを作成する