3sidedcube / cubefoundation-ios

Extensions, objects, and utilities used across newer 3SC iOS projects.
Apache License 2.0
0 stars 0 forks source link

🟠 Normal: Accessibility Text Scaling [Medium] #13

Closed BenShutt closed 1 year ago

BenShutt commented 1 year ago

Make a ScaledTextStyle ViewModifier that observes the

@Environment(\.sizeCategory) var sizeCategory

so that its font changes size when the user updates their dynamic text size.

Update TextStyle to take into account font scaling (including updating line spacing)

Simulator Screenshot - iPhone 14 Pro - 2023-06-16 at 18 59 00

Simulator Screenshot - iPhone 14 Pro - 2023-06-16 at 18 58 33