Dynamic Type is probably one of the accessibility features that most of us, as iOS users, will use at some point in our lives. It allows the user to change the preferred font size in the system settings. Learn how to create a UI that can adapt properly to very large text sizes, if the user decides to use them.
What is Dynamic Type?
Dynamic Type is another important accessibility feature. It is a mechanism that lets your UI adapt to different font sizes depending on the user’s preferences. Supported font sizes go from .extraSmall to .extraExtraExtraLarge. And you ...