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

# pinchGestureRecognizer

The underlying gesture recognizer for pinch gestures.

```
var pinchGestureRecognizer: UIPinchGestureRecognizer? { get }
```

## Discussion

Your application accesses this property when it wants to more precisely control which pinch gestures are recognized by the scroll view.

---

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)