Initializer

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. そのタップジェスチャを完了するのに要するタップの数。

See Also 参照

Creating a Tap Gesture タップゼスチャを作成する