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

# gestureRecognizers

The gesture recognizers that are receiving the touch object.

## Declaration

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

## Discussion

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