Scaling Fonts Automatically in iOS Apps

Posted by

Vincenzo Rubano
on · one minute reading.

In this guide provided by Apple, you can learn how to make your UIKit based app scale text in its interface automatically using Dynamic Type.

The Dynamic Type feature allows users to choose the size of textual content displayed on the screen based on their needs: while some users may need larger text for better readability (e.g. visually impaired people), others can be fine with smaller text, thus allowing more information to appear on the screen. By supporting dynamic type in your app, you can accommodate all these requirements with a single, standardized mechanism: implementing this feature only requires a few, simple steps.

Filed under: