---
title: allowableMovement
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uilongpressgesturerecognizer/allowablemovement
---

# allowableMovement

The maximum movement of the fingers on the view before the gesture fails.

## Declaration

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

## Discussion

Discussion The allowable distance, measured in points. The default distance is 10 points.

## See Also

### Configuring the gesture recognizer

- [minimumPressDuration](uikit/uilongpressgesturerecognizer/minimumpressduration.md)
- [numberOfTouchesRequired](uikit/uilongpressgesturerecognizer/numberoftouchesrequired.md)
- [numberOfTapsRequired](uikit/uilongpressgesturerecognizer/numberoftapsrequired.md)
