<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/SensoryFeedback/PressFeedback",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI15SensoryFeedbackV05PressD0V"
  },
  "title" : "SensoryFeedback.PressFeedback"
}
-->

# SensoryFeedback.PressFeedback

Feedback that can be played in response to a press (touch down) on a
control.

```
struct PressFeedback
```

## Topics

### Type Properties

[`static let button: SensoryFeedback.PressFeedback`](/documentation/SwiftUI/SensoryFeedback/PressFeedback/button)

Indicates that a button has been pressed (touch down).

[`static let buttonIconOnly: SensoryFeedback.PressFeedback`](/documentation/SwiftUI/SensoryFeedback/PressFeedback/buttonIconOnly)

Indicates that an icon-only button, without text, has been pressed
(touch down).

[`static let slider: SensoryFeedback.PressFeedback`](/documentation/SwiftUI/SensoryFeedback/PressFeedback/slider)

Indicates that a slider’s thumb has been pressed (touch down).

[`static let tab: SensoryFeedback.PressFeedback`](/documentation/SwiftUI/SensoryFeedback/PressFeedback/tab)

Indicates that a control to activate a tab has been pressed (touch
down).

[`static let toggle: SensoryFeedback.PressFeedback`](/documentation/SwiftUI/SensoryFeedback/PressFeedback/toggle)

Indicates that a toggle has been pressed (touch down).

## Relationships

### Conforms To

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

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

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

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

---

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)