HapticGenerator icon indicating copy to clipboard operation
HapticGenerator copied to clipboard

Easy peasy haptic generation in iOS.

Results 3 HapticGenerator issues
Sort by recently updated
recently updated
newest added

https://developer.apple.com/documentation/uikit/uiimpactfeedbackgenerator/feedbackstyle?changes=latest_minor

https://developer.apple.com/documentation/corehaptics

Generating haptics on a background thread can cause crashes (problem briefly discussed in https://github.com/KaneCheshire/HapticGenerator/pull/6). This issue is to discuss the following: - Should it be responsibility of HapticGenerator to ensure...