Return Value 戻り値
A gesture that’s the result of combining two gestures where only one of them can succeed. SwiftUI gives precedence to the first gesture. あるジェスチャ、それは2つのジェスチャを結合する結果です、そこではそれらのただ1つだけが成功できます。SwiftUIは、優先順位を最初のジェスチャに与えます。
Availability 有効性
Technology
func exclusively<Other>(before other: Other) -> ExclusiveGesture
<Self, Other> where Other : Gesture
A gesture that’s the result of combining two gestures where only one of them can succeed. SwiftUI gives precedence to the first gesture. あるジェスチャ、それは2つのジェスチャを結合する結果です、そこではそれらのただ1つだけが成功できます。SwiftUIは、優先順位を最初のジェスチャに与えます。
other
A gesture you combine with your gesture, to create a new, combined gesture. あなたがあなたのジェスチャと結合して、ある新しい、結合されたジェスチャを作成するあるジェスチャ。