Created
October 18, 2019 12:33
-
-
Save nthState/d6c333f140ee8b50d50f623fe2353a4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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