Comprehensive rules derived from Apple's Human Interface Guidelines. Apply these when building, reviewing, or refactoring any iPhone app interface.
Rule 1.1: Minimum 44pt Touch Targets All interactive elements must have a minimum tap target of 44x44 points. This includes buttons, links, toggles, and custom controls.
Rule 1.2: Respect Safe Areas Never place interactive or essential content under the status bar, Dynamic Island, or home indicator. Use SwiftUI's automatic safe area handling or UIKit's safeAreaLayoutGuide.
Linee guida per l'interfaccia umana di Apple per iPhone. Da utilizzare durante la creazione, la revisione o il refactoring delle interfacce SwiftUI/UIKit per iOS. Si attiva su attività che coinvolgono l'interfaccia utente di iPhone, i componenti iOS, l'accessibilità, il tipo dinamico, la modalità oscura o la conformità HIG. Fonte: ehmo/platform-design-skills.