haaakon / SingleLineShakeAnimation

Shake a view with a single line of code with a non-intrusive extension for UIView, written in Swift. Also supports accessability!
MIT License
307 stars 30 forks source link

Add Haptic Feedback to Shake #5

Closed rldaulton closed 5 years ago

rldaulton commented 7 years ago

Users with iOS 10 or greater can add withHapticVibration(_:) to their shake with corresponding Feedback Generator values of .heavy, .medium, and .light

rldaulton commented 7 years ago

So...?