Created
October 25, 2020 20:20
-
-
Save nedimf/f2aba403af2f62928a0ca23393a48bd8 to your computer and use it in GitHub Desktop.
Haptic Feedback
This file contains 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
func hapticFeedback(for haptic: UINotificationFeedbackGenerator.FeedbackType){ | |
let generator = UINotificationFeedbackGenerator() | |
generator.notificationOccurred(haptic) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment