Top "Dynamic-type-feature" questions

The Dynamic Type feature is a feature that allows you to customize the size of text for the system: make it smaller if you want to fit more content on screen or make it larger and more readable.

A better way to use Dynamic Type with a custom font in Swift 3/iOS10

I tried two ways: Method 1: label.font = UIFont.preferredFont(forTextStyle: UIFontTextStyle.body) label.adjustsFontForContentSizeCategory = true This works fine, even when …

ios swift fonts uifontdescriptor dynamic-type-feature
What is the purpose of adjustsFontForContentSizeCategory in iOS 10?

I am setting adjustsFontForContentSizeCategory on a textLabel of a standard UITableViewCell. When I go to "Settings", "General", "Accessibility", "Larger Text" …

ios fonts accessibility dynamic-type-feature