kTouchSlop top-level constant

const kTouchSlop = 18.0

The distance a touch has to travel for the framework to be confident that the gesture is a scroll gesture, or, inversely, the maximum distance that a touch can travel before the framework becomes confident that it is not a tap.

Implementation

const double kTouchSlop = 18.0