Making Accessible Apps - 15 - Limiting the Dynamic Type Sizes a View Supports

Опубликовано: 20 Ноябрь 2024
на канале: Joshua Root - Development for All
10
0

Welcome to another installment of our series on making accessible apps for Apple platforms. In this video, we discuss how to support Dynamic Type in your apps and how to limit the sizes for Dynamic Type a view supports.

NOTE: in UIKit don't forget to use th adjustsFontForContentSizeCategory property and .preferredFont(for:) as the value of the font property on the view want to support Dynamic Type.
https://developer.apple.com/documenta...

https://developer.apple.com/documenta...

For more, follow me on Twitter/X: https://www.x.com/__JoshuaJRoot__