<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPress/gestureRecognizers",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIPress(py)gestureRecognizers"
  },
  "title" : "gestureRecognizers"
}
-->

# gestureRecognizers

The gesture recognizers that are receiving the press.

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

## Discussion

The objects held in this array are instances of a subclass of the abstract base class, [`UIGestureRecognizer`](/documentation/UIKit/UIGestureRecognizer). If there are no gesture recognizers currently receiving the touch objects, this property holds an empty array.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)