The minimum duration of the long press that must elapse before the gesture succeeds. ジェスチャが成功する前に経過しなければならない長押しの最小期間。
Instance Method
インスタンスメソッド
on
onLongPressGesture(minimumDuration:maximumDistance:perform:onPressingChanged:)
Adds an action to perform when this view recognizes a long press gesture.
このビューが長押しジェスチャを認識する時に実行するアクションを加えます。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
Parameters パラメータ
minimumDuration
maximumDistance
The maximum distance that the fingers or cursor performing the long press can move before the gesture fails. 長押しを実行している指またはカーソルがジェスチャを失敗する前に動くことができる最大の間隔。
action
The action to perform when a long press is recognizes
onPressingChanged
A closure to run when the pressing state of the gesture changes, passing the current state as a parameter.