Skip to content

Instantly share code, notes, and snippets.

@ykws
Created February 10, 2020 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ykws/f44665c45a5ca7973bb3bfb867948c0c to your computer and use it in GitHub Desktop.
Save ykws/f44665c45a5ca7973bb3bfb867948c0c to your computer and use it in GitHub Desktop.
iOS app vibrate with AudioServicesPlaySystemSound
// AudioServicesPlaySystemSound
// https://developer.apple.com/documentation/audiotoolbox/1405248-audioservicesplaysystemsound
import AudioToolbox
// A list of SystemSoundID
// http://iphonedevwiki.net/index.php/AudioServices
//
AudioServicesPlaySystemSound(1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment