What problem does it solve?
Focus management across multiple UI frameworks and devices is complex and error-prone; this skill centralizes keyboard, directional, and scene-level focus behavior across SwiftUI and UIKit to provide deterministic navigation and accessibility.
Core Features & Use Cases
- Centralizes management of @FocusState, defaultFocus, focused values, and focus sections across macOS, iOS, iPadOS, tvOS, watchOS, and visionOS.
- Provides guidance for UIKit focus guides, tvOS geometry-based focus, and restoration of focus after transient UI, enabling consistent and accessible navigation in apps.
- Use cases include building accessible forms with predictable focus movement, multi-scene focus coordination, and debugging focus with UIFocusDebugger.
Quick Start
Open the Focus Engine skill in your project and follow the setup steps to integrate the focus patterns across your UI components.