Skip to content

Instantly share code, notes, and snippets.

@nthState
Created October 18, 2019 12:33
Show Gist options
  • Save nthState/d6c333f140ee8b50d50f623fe2353a4b to your computer and use it in GitHub Desktop.
Save nthState/d6c333f140ee8b50d50f623fe2353a4b to your computer and use it in GitHub Desktop.
let vibe: NSArray = [true, 1000, false, 250, true, 1200]
let dict = [
"Intensity": 0.7,
"VibePattern": vibe
] as [String : Any]
AudioServicesPlaySystemSoundWithVibration(kSystemSoundID_Vibrate, nil, dict)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment