init(count:)
Creates a tap gesture with the number of required taps.
Declaration
init(count: Int = 1)Parameters
- count:
The required number of taps to complete the tap gesture.
Creates a tap gesture with the number of required taps.
init(count: Int = 1)The required number of taps to complete the tap gesture.