Return Value 戻り値
A gesture that triggers action
when the gesture ends.
ジェスチャが終わる時にaction
を引き起こすジェスチャ。
Availability 有効性
Technology
func onEnded(_ action: @escaping (Self.Value) -> Void
) -> _EndedGesture <Self>
A gesture that triggers action
when the gesture ends.
ジェスチャが終わる時にaction
を引き起こすジェスチャ。
action
The action to perform when this gesture ends. The action
closure’s parameter contains the final value of the gesture.
このジェスチャが終わる時に実行するアクション。action
クロージャのもつパラメータは、ジェスチャの最終の値を含みます。