Initializer

init(minimumDuration:maximumDistance:)

Creates a long-press gesture with a minimum duration and a maximum distance that the interaction can move before the gesture fails. ある長押しゼスチャをある最小期間と、ジェスチャが失敗する前にその相互作用が動ける最大間隔で作成します。

Declaration 宣言

init(minimumDuration: Double = 0.5, maximumDistance: CGFloat = 10)

Parameters パラメータ

minimumDuration

The minimum duration of the long press that must elapse before the gesture succeeds. ジェスチャが成功する前に経過しなければならない長押しの最小期間。

maximumDistance

The maximum distance that the fingers or cursor performing the long press can move before the gesture fails. 長押しを実行している指またはカーソルがジェスチャを失敗する前に動くことができる最大の間隔。

See Also 参照

Creating a Long Press Gesture