Return Value 戻り値
A gesture that’s a sequence of two gestures. あるジェスチャ、それは2つのジェスチャを順番に並べたものです。
Availability 有効性
Technology
func sequenced<Other>(before other: Other) -> SequenceGesture
<Self, Other> where Other : Gesture
A gesture that’s a sequence of two gestures. あるジェスチャ、それは2つのジェスチャを順番に並べたものです。
other
A gesture you want to combine with another gesture to create a new, sequenced gesture. あなたが別のジェスチャと結合してある新しい、順番に並べられたジェスチャを作成したいあるジェスチャ。