Skip to content

Instantly share code, notes, and snippets.

@ryanisnhp
Last active May 25, 2020 08:23
Show Gist options
  • Save ryanisnhp/b2f5041f4c05ad947c469289d677a413 to your computer and use it in GitHub Desktop.
Save ryanisnhp/b2f5041f4c05ad947c469289d677a413 to your computer and use it in GitHub Desktop.
private let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
notificationFeedbackGenerator.notificationOccurred(.error)
//or
notificationFeedbackGenerator.notificationOccurred(.success)
//or
notificationFeedbackGenerator.notificationOccurred(.warning)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment