What problem does it solve?
This Skill bridges the gap between generic UI design and the specific, high-trust standards required for native iOS applications, preventing common pitfalls like broken navigation, accessibility failures, and non-native interaction patterns.
Core Features & Use Cases
- Native Pattern Enforcement: Ensures your app uses standard iOS navigation, tab bars, and modals instead of foreign patterns like hamburger menus.
- Accessibility & Inclusion: Validates your design against Dynamic Type, VoiceOver, and contrast requirements to ensure usability for all.
- Use Case: When building a new feature, use this Skill to audit your layout against Apple's safe areas, verify your color choices for Dark Mode, and ensure your touch targets meet the 44pt minimum requirement.
Quick Start
Use the ios-hig-design skill to audit my current SwiftUI navigation stack and ensure it follows Apple's Human Interface Guidelines for modal presentation.