var first: First
The first gesture in a sequence of two gestures.
連続する2つのジェスチャにおける最初のジェスチャ。
var second: Second
The second gesture in a sequence of two gestures.
連続する2つのジェスチャにおける2番目のジェスチャ。
Availability 有効性
Technology
init(_ first: First, _ second: Second)
first
The first gesture of the sequence. その連続の最初のジェスチャ。
second
The second gesture of the sequence. その連続の2番目のジェスチャ。
var first: First
var second: Second