---
title: gestureRecognizers
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipress/gesturerecognizers
---

# gestureRecognizers

The gesture recognizers that are receiving the press.

## Declaration

```swift
var gestureRecognizers: [UIGestureRecognizer]? { get }
```

## Discussion

Discussion The objects held in this array are instances of a subclass of the abstract base class, UIGestureRecognizer. If there are no gesture recognizers currently receiving the touch objects, this property holds an empty array.

## See Also

### Getting a press object’s gesture recognizers

- [force](uikit/uipress/force.md)
