---
title: allowableMovement
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wklongpressgesturerecognizer/allowablemovement
---

# allowableMovement

The maximum movement of the finger on the interface object that allows the gesture to be recognized.

## Declaration

```swift
var allowableMovement: CGFloat { get set }
```

## Discussion

Discussion The allowable movement is measured in points. The default value of this property is 10, but you can change this value when configuring the gesture recognizer in Interface Builder.

## See Also

### Configuring the Gesture Recognizer

- [minimumPressDuration](watchkit/wklongpressgesturerecognizer/minimumpressduration.md)
- [numberOfTapsRequired](watchkit/wklongpressgesturerecognizer/numberoftapsrequired.md)
