Apple's Human Interface Guidelines define the visual language, interaction patterns, and accessibility standards that make iOS apps feel native and intuitive. The core principle: clarity and consistency through thoughtful design.
ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake.
| Interaction | Touch targets, navigation, layout, hierarchy, or gesture patterns | | Content | Empty states, writing copy, typography, or placeholder text | | Visual Design | Colors, materials, contrast, dark mode, or SF Symbols | | Accessibility | VoiceOver, Dynamic Type, Reduce Motion, or accessibility labels |
Utilizzare durante la progettazione di interfacce iOS, l'implementazione dell'accessibilità (VoiceOver, Dynamic Type), la gestione della modalità oscura, la garanzia di touch target adeguati, la fornitura di animazioni/feedback tattile o la richiesta di autorizzazioni utente. Linee guida per l'interfaccia umana di Apple per la conformità iOS. Fonte: johnrogers/claude-swift-engineering.