Shubham0812 / DailyTracker_UI

Daily Journal & Mood Tracker using the SwiftUI Framework 🚀
Apache License 2.0
12 stars 5 forks source link

Create a Haptics Manager Utility Class #4

Open Shubham0812 opened 9 months ago

Shubham0812 commented 9 months ago

Is your feature request related to a problem? Please describe. Haptics engages people’s sense of touch to enhance the experience of interacting with onscreen interfaces. This provides feedback when a user taps on a button or an action has been successfully completed.

Describe the solution you'd like Create a class to handle haptic feedback, a singleton object can be used. This will be later used across the app.

A few cases worth handling:

Please test this, a follow-up issue will be to add feedback to various buttons and actions - though this has not been scoped.

Additional context

oceaniswater commented 8 months ago

@Shubham0812 It looks interesting, assign it to me, please.