<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIImpactFeedbackGenerator/FeedbackStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIImpactFeedbackStyle"
  },
  "title" : "UIImpactFeedbackGenerator.FeedbackStyle"
}
-->

# UIImpactFeedbackGenerator.FeedbackStyle

The mass of the objects in the collision simulated by an impact feedback generator object.

```
enum FeedbackStyle
```

## Topics

### Constants

[`UIImpactFeedbackGenerator.FeedbackStyle.heavy`](/documentation/UIKit/UIImpactFeedbackGenerator/FeedbackStyle/heavy)

A collision between large, heavy user interface elements.

[`UIImpactFeedbackGenerator.FeedbackStyle.light`](/documentation/UIKit/UIImpactFeedbackGenerator/FeedbackStyle/light)

A collision between small, light user interface elements.

[`UIImpactFeedbackGenerator.FeedbackStyle.medium`](/documentation/UIKit/UIImpactFeedbackGenerator/FeedbackStyle/medium)

A collision between moderately sized user interface elements.

[`UIImpactFeedbackGenerator.FeedbackStyle.rigid`](/documentation/UIKit/UIImpactFeedbackGenerator/FeedbackStyle/rigid)

A collision between user interface elements that are rigid, exhibiting a small amount of compression or elasticity.

[`UIImpactFeedbackGenerator.FeedbackStyle.soft`](/documentation/UIKit/UIImpactFeedbackGenerator/FeedbackStyle/soft)

A collision between user interface elements that are soft, exhibiting a large amount of compression or elasticity.



---

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)