Instance Method インスタンスメソッド

simultaneously(with:)

Combines a gesture with another gesture to create a new gesture that recognizes both gestures at the same time. あるジェスチャを別のジェスチャと結合して、両方のジェスチャを同時に認識する新しいジェスチャを作成します。

Declaration 宣言

func simultaneously<Other>(with other: Other) -> SimultaneousGesture<Self, Other> where Other : Gesture

Return Value 戻り値

A gesture with two simultaneous gestures. 2つの同時に作用するジェスチャをもつあるジェスチャ。

Parameters パラメータ

other

A gesture that you want to combine with your gesture to create a new, combined gesture. あるジェスチャ、それはあなたがあなたのジェスチャと結合してある新しい、結合されたジェスチャを作成したいものです。