Post #2051588
2026-04-27 15:55 UTC
Getting Started With Accessibility: Dynamic Type
"Dynamic Type lets you support different font sizes in your app, so that users can use a font size that works best for them — from smaller than the system default, to a whole bunch larger.
… and there’s some smarts built into the system to support those cases where you’re limited on space and can’t really show a larger font."
https://www.basbroek.nl/getting-started-dynamic-type
Replies (1)
-
@bas@iosdev.space 2026-05-04 16:12
Building an Accessible Custom Tab Bar During my time at WeTransfer, I worked on making a custom tab bar in the app accessible. That is, make it work just like a native, out-of-the-box UITabBarController. Whilst possible, it was far from straightforward. In this post, I talk about matching the built-in behavior, by supporting the Large Content Viewer as well as the magical (as you will see later) .tabBar trait. https://www.basbroek.nl/custom-tab-bar-accessibility