Skip to content

Conversation

@wutschel
Copy link
Collaborator

Description

Avoids code duplication by introducing a helper method giveHapticFeedback, which is placed in Utilities for future purpose (providing haptic feedback from other controllers as well). The instance of UIImpactFeedbackGenerator is made static and only created once to avoid feedback delays. The feedback is now a medium haptic one-time impact (UIImpactFeedbackStyleMedium) which comes right with touching the remote buttons. This is more in line with how other iOS functions give haptic feedback.

Important: This requires to have system level haptic feedback enabled in the setting of your iOS device.

Summary for release notes

Improvement: iOS style haptic feedback via UIImpactFeedbackGenerator

Avoids code duplication by introducing a helper method, which is placed in Utilities for future purpose (providing haptic feedback from other controllers as well). The generator is made static and only created once to avoid feedback delays. The feedback is now a medium haptic one-time impact which comes right with touching the remote buttons.
@wutschel wutschel force-pushed the improve_hapticfeedback branch from ac57295 to 2064c03 Compare January 12, 2026 17:23
@wutschel wutschel marked this pull request as ready for review January 18, 2026 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant