init(minimumDistance : CGFloat, coordinateSpace : CoordinateSpace )
Creates a dragging gesture with the minimum dragging distance before the gesture succeeds and the coordinate space of the gesture’s location.
あるドラッグジェスチャを、ジェスチャが成功するまでの最小限のドラッグ間隔およびジェスチャのもつ位置の座標空間で作成します。
var minimumDistance : CGFloat
The minimum dragging distance before the gesture succeeds.
ジェスチャが成功するまでの最小限のドラッグ間隔。
var coordinateSpace : CoordinateSpace
The coordinate space in which to receive location values.
それにおいて場所値を受け取ることになる座標空間。