Skip to content

Instantly share code, notes, and snippets.

@jacobsapps
Created June 24, 2026 10:41
Show Gist options
  • Select an option

  • Save jacobsapps/a18cd204d8d27fac6b0df053676a42dc to your computer and use it in GitHub Desktop.

Select an option

Save jacobsapps/a18cd204d8d27fac6b0df053676a42dc to your computer and use it in GitHub Desktop.
Haptics from My top 3 design “Kisses” I like to add to every app
let event = CHHapticEvent(
eventType: .hapticContinuous,
parameters: [
CHHapticEventParameter(parameterID: .hapticIntensity, value: 1.0),
CHHapticEventParameter(parameterID: .hapticSharpness, value: 1.0),
],
relativeTime: 0,
duration: 60
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment