Initializer

init(minimumDistance:coordinateSpace:)

Creates a dragging gesture with the minimum dragging distance before the gesture succeeds and the coordinate space of the gesture’s location. あるドラッグジェスチャを、ジェスチャが成功するまでの最小限のドラッグ間隔およびジェスチャのもつ位置の座標空間で作成します。

Declaration 宣言

init(minimumDistance: CGFloat = 10, coordinateSpace: CoordinateSpace = .local)

Parameters パラメータ

minimumDistance

The minimum dragging distance for the gesture to succeed. ジェスチャが成功するための最小限のドラッグ間隔。

coordinateSpace

The coordinate space of the dragging gesture’s location. ドラッグジェスチャのもつ位置の座標空間。

See Also 参照

Creating a Drag Gesture ドラッグジェスチャを作成する