Haptics (watchOS) HAPTIC FEEDBACK (watchOS): - Use for all haptic feedback - No UIFeedbackGenerator or CoreHaptics on watchOS PRESET HAPTIC TYPES: | Type | Use Case | |------|----------| | | General tap confirmation, button press | | | Value increasing, scrolling up | | | Value decreasing, scrolling down | | | Task completed, action confirmed | | | Error, invalid input | | | Retry prompt, try again | | | Activity/timer started | | | Activity/timer stopped | | | Alert, incoming notification | USAGE: RULES: - Always use the semantic preset that matches the interaction context - Pair with Digita…