Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

SwiftUI Gestures (iOS 26+)

pordpearson2699·dpearson2699· v1.0.0 · atualizado em 2026-04-10
80
Score

Implement, review, or improve SwiftUI gesture handling. Use when adding tap, long press, drag, magnify, or rotate gestures, composing gestures with simultaneously/sequenced/exclusively, managing transient state with @GestureState, resolving parent/child gesture conflicts with highPriorityGesture or simultaneousGesture, building custom Gesture protocol conformances, or migrating from deprecated MagnificationGesture/RotationGesture to MagnifyGesture/RotateGesture.

swiftuigesturesiosmobile-developmentuser-interfacetouch-events
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdswiftui-gestures/workflow
1
Identify the desired gesture: — Determine which gesture (tap, long press, drag, magnify, rotate) is needed for the interaction.
2
Implement the gesture: — Use the appropriate SwiftUI gesture type (`TapGesture`, `LongPressGesture`, `DragGesture`, `MagnifyGesture`, `RotateGesture`).
3
Configure gesture parameters: — Set parameters like `minimumDuration` for `LongPressGesture` or `minimumDistance` for `DragGesture`.
4
Handle gesture events: — Use `.onChanged` for continuous gestures and `.onEnded` for discrete gestures.
5
Manage gesture state: — Use `@GestureState` for transient state and `@State` for persistent state.
6
Compose gestures (if needed): — Use `.simultaneously(with:)`, `.sequenced(before:)`, or `.exclusively(before:)` to combine gestures.
7
Add the gesture to the view: — Attach the gesture to the view using the `.gesture()` modifier.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aSwiftUI Performance Audit
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Layouts
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aArchitecting Flutter Applications
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

SwiftUI Gestures (iOS 26+)
swiftui-gestures
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers8
implement a tap gesture in SwiftUIadd drag gesture to a viewhandle long press gesturecompose gestures in SwiftUIresolve gesture conflictsuse gesture state in SwiftUImigrate from MagnificationGesture to MagnifyGesturemigrate from RotationGesture to RotateGesture

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download swiftui-gestures
$ synaptic skills detail swiftui-gestures
$ synaptic skills live swiftui-gestures

Links

GitHub Repository