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.
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-featureI 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