ios-accessibility-validator
Installation
SKILL.md
Accessibility Validator
Checklist
VoiceOver
- Interactive elements have
.accessibilityLabel() - Decorative elements:
.accessibilityHidden(true) - Related elements:
.accessibilityElement(children: .combine) - Labels are localized
Dynamic Type
- Use
.font(.body)not.system(size:) - Use
@ScaledMetricfor spacing - Layout adapts to large text
Color Contrast
- Text: 4.5:1 (normal), 3:1 (large)
- Use semantic colors (
.primary,.secondary) - Color not sole indicator