What problem does it solve? Designing iOS apps that feel native requires deep knowledge of Apple's Human Interface Guidelines, typography scales, semantic colors, and accessibility rules, which developers often get wrong or skip entirely. ## Core Features & Use Cases - Component Generation: Create SwiftUI and UIKit components including navigation bars, tab bars, lists, sheets, buttons, text fields, pickers, and cards following HIG patterns. - Design Validation: Check layouts against the 8pt grid system, 44pt touch targets, safe areas, and WCAG color contrast requirements. - Accessibility Compliance: Implement VoiceOver labels, Dynamic Type scaling, Reduce Motion support, and color-blind-safe designs. - Use Case: When building a new settings screen for an iPhone app, generate a native form with grouped lists, toggles, and pickers that automatically supports dark mode and Dynamic Type. ## Quick Start Design a native iOS profile screen following Apple HIG with a navigation bar, list sections, and dark mode support.