Skip to content

Instantly share code, notes, and snippets.

@foxicode
Created August 10, 2020 12:02
Show Gist options
  • Select an option

  • Save foxicode/1b343e9691e6cd8806ae3169f2ccbc4e to your computer and use it in GitHub Desktop.

Select an option

Save foxicode/1b343e9691e6cd8806ae3169f2ccbc4e to your computer and use it in GitHub Desktop.
Making vibration effect
import UIKit
import AudioToolbox
extension UIDevice {
static func vibrate() {
AudioServicesPlaySystemSound(1519)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment