init(minimumDuration:)
Creates a long-press gesture with a minimum duration
Declaration
init(minimumDuration: Double = 0.5)Parameters
- minimumDuration:
The minimum duration of the long press that must elapse before the gesture succeeds.
Creates a long-press gesture with a minimum duration
init(minimumDuration: Double = 0.5)The minimum duration of the long press that must elapse before the gesture succeeds.