init(minimumDuration : Double)
Creates a long-press gesture with a minimum duration
init(minimumDuration : Double, maximumDistance : CGFloat)
Creates a long-press gesture with a minimum duration and a maximum distance that the interaction can move before the gesture fails.
ある長押しゼスチャをある最小期間と、ジェスチャが失敗する前にその相互作用が動ける最大間隔で作成します。
var minimumDuration : Double
The minimum duration of the long press that must elapse before the gesture succeeds.
ジェスチャが成功する前に経過しなければならない長押しの最小期間。