Skip to content

Instantly share code, notes, and snippets.

@DisappearPing
Created September 14, 2016 09:13
Show Gist options
  • Save DisappearPing/41c7106faacedd67564027c055e75187 to your computer and use it in GitHub Desktop.
Save DisappearPing/41c7106faacedd67564027c055e75187 to your computer and use it in GitHub Desktop.
Device Shake iOS swift2.2
import AudioToolbox
class YourViewController {
func someFunc() {
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment