Skip to content

Replace UIFeedbackImpactGenerator array with enum extension

Claudio Cambra requested to merge work/haptic-enum into master

Hi, this PR replaces the UIFeedbackImpactGenerator array in Backend.swift with an enum extension of FeedbackStyle. This should make calling the different levels of haptics more elegant and allows us to have to do fewer ugly rawValue conversions in the rest of the code

Edited by Claudio Cambra

Merge request reports