---
title: RotationGesture
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/rotationgesture
---

# RotationGesture

A gesture that recognizes a rotation motion and tracks the angle of the rotation.

## Declaration

```swift
nonisolated struct RotationGesture
```

## Topics

### Creating the gesture

- [init(minimumAngleDelta:)](swiftui/rotationgesture/init(minimumangledelta:).md)
- [minimumAngleDelta](swiftui/rotationgesture/minimumangledelta.md)

## Relationships

### Conforms To

- [Gesture](swiftui/gesture.md)

## See Also

### Deprecated gestures

- [MagnificationGesture](swiftui/magnificationgesture.md)
