var first: First
The first of two gestures.
2つのジェスチャの最初のもの。
var second: Second
The second of two gestures.
2つのジェスチャの2番目のもの。
Availability 有効性
Technology
init(_ first: First, _ second: Second)
first
The first of two gestures. This gesture has precedence over the other gesture. 2つのジェスチャの最初のもの。このジェスチャは、他のジェスチャを越える優先度を持ちます。
second
The second of two gestures. 2つのジェスチャの2番目のもの。
var first: First
var second: Second