<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ManipulableResponderModifier",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI28ManipulableResponderModifierV"
  },
  "title" : "ManipulableResponderModifier"
}
-->

# ManipulableResponderModifier

A view modifier that makes a view respond to manipulation hand gestures.

```
nonisolated struct ManipulableResponderModifier
```

## Overview

SwiftUI applies this type on your behalf as part of the `manipulable`
modifiers. You don’t create it directly.

## Relationships

### Conforms To

[`ViewModifier`](/documentation/SwiftUI/ViewModifier)

[`Copyable`](/documentation/Swift/Copyable)

[`Escapable`](/documentation/Swift/Escapable)

---

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)