Releases: mergesort/FeedbackEffect
Releases · mergesort/FeedbackEffect
Putting a nice bow on the package
- Adding support for
.soft
,.rigid
haptics available in iOS 13. - Adding Swift 5 support.
- Adding SPM support.
View build details and download artifacts on buddybuild:
FeedbackEffect (iOS, Example - Debug)
Muted Feedback
- Adding Swift 4.2 support.
View build details and download artifacts on buddybuild:
FeedbackEffect (iOS, FeedbackEffect - Debug)
Quite An Impact
- Users can now specify a
UIImpactFeedbackStyle
as such.
HapticFeedback.impact(.heavy).prepare()
FeedbackEffect.play(sound: nil, feedback: HapticFeedback.impact(.heavy))
View build details and download artifacts on buddybuild:
FeedbackEffect (iOS, FeedbackEffect - Debug)
Prepare Yourself
- Adding the ability to
prepare()
aUIImpactGenerator
.
View build details and download artifacts on buddybuild:
FeedbackEffect (iOS, FeedbackEffect - Debug)
Feedback Received
Added the ability to specify which level of UIImpactFeedbackStyle
you want.
Supporting:
.light
.medium
.heavy
View build details and download artifacts on buddybuild:
FeedbackEffect (iOS, FeedbackEffect - Debug)
Feedback Appreciated
(That's a pun.)
View build details and download artifacts on buddybuild:
FeedbackEffect (iOS, FeedbackEffect - Debug)