Skip to main content
Run any Skill in Manus
with one click

ios-gestures-and-haptics

Stars0
Forks0
UpdatedJuly 13, 2026 at 18:05

iOS gestures and haptics applied — the standard system gestures (tap, long-press, swipe, pan, pinch, rotate, edge-swipe back) and the rule never to override them, the SwiftUI gesture APIs (.onTapGesture / LongPressGesture / DragGesture / MagnifyGesture / RotateGesture and composing them) plus the row-level affordances (.swipeActions, .contextMenu, .draggable/.dropDestination, .refreshable), and the haptics stack — the three UIFeedbackGenerator families (impact / notification / selection), Core Haptics for custom patterns, and SwiftUI .sensoryFeedback(_:trigger:) — with HIG best practices. Use when adding any gesture, swipe action, or haptic to a native iOS screen.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly