Blog

News, guides, and insights on iOS accessibility from the AccessLint team.

February 17, 2026 · Guide

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 more
February 17, 2026 · Guide

Adding AccessLint to Your GitHub Actions CI

Step-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 more
February 17, 2026 · Deep Dive

Dynamic Type: Why Fixed Fonts Hurt Your iOS App

Hardcoded 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 more
February 17, 2026 · Deep Dive

Why Your SwiftUI Buttons Need Accessibility Labels

Icon-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 more
February 15, 2026

Introducing AccessLint: Catch iOS Accessibility Bugs at Build Time

Every 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