AccessLint + Xcode: Real-Time Accessibility Feedback
Wire AccessLint into Xcode as a build phase so accessibility violations surface during every build. Plus: pre-commit hooks, rule configuration, and inline suppression.
Read moreNews, guides, and insights on iOS accessibility from the AccessLint team.
Wire AccessLint into Xcode as a build phase so accessibility violations surface during every build. Plus: pre-commit hooks, rule configuration, and inline suppression.
Read moreStep-by-step guide to adding AccessLint to your GitHub Actions pipeline. Store your license key, configure rules, set up baselines, and block PRs on accessibility regressions.
Read moreHardcoded font sizes ignore your users' text size preferences. Learn why Dynamic Type matters, how to use text styles in SwiftUI and UIKit, and how AccessLint catches fixed fonts automatically.
Read moreIcon-only buttons are everywhere in iOS apps -- and they're completely invisible to VoiceOver users. A deep-dive into the MISSING_LABEL rule: why it matters, how to fix it, and how to enforce it in CI.
Read moreEvery iOS developer knows accessibility matters. But accessibility bugs are invisible to most developers. Your app looks fine on your screen, passes all your tests, then a VoiceOver user opens it and hits a wall of unlabeled buttons. AccessLint fixes that.
Read more