Initializer

init(_:_:)

Creates a gesture from two gestures where only one of them succeeds. あるジェスチャを2つのジェスチャから作成します、そこではそれらのただ1つだけが成功します。

Declaration 宣言

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

Parameters パラメータ

first

The first of two gestures. This gesture has precedence over the other gesture. 2つのジェスチャの最初のもの。このジェスチャは、他のジェスチャを越える優先度を持ちます。

second

The second of two gestures. 2つのジェスチャの2番目のもの。

See Also 参照

Creating an Exclusive Gesture 排他的ジェスチャを作成する