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 |
Используйте при разработке интерфейсов iOS, реализации специальных возможностей (VoiceOver, динамический тип), работе с темным режимом, обеспечении адекватных целей касания, обеспечении анимации/тактильной обратной связи или запросе разрешений пользователя. Рекомендации Apple по пользовательскому интерфейсу для соответствия требованиям iOS. Источник: johnrogers/claude-swift-engineering.