HapticGenerator
HapticGenerator copied to clipboard
Easy peasy haptic generation in iOS.
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...