HapticFeedbackKit
HapticFeedbackKit copied to clipboard
Programmatically trigger haptic feedback
import SwiftUI
protocol HapticFeedbackServiceable {
func perform(_ feedback: SensoryFeedback)
}
I'm imaging we would create a service to handle this and be able to inject it into views/viewModels.