kSwipeSlop top-level constant
          
          double
          const kSwipeSlop
          
        
        
The distance a touch has to travel for the framework to be confident that the gesture is a swipe gesture.
Implementation
const double kSwipeSlop = kTouchSlop * 2.0;