'Programmatic Control of Edit Widget Font Size?
SwiftUI offers .dynamicTypeSize(...)
to control/limit the impact of user Text size preferences. An app developer, for example, can limit dynamic type to DynamicTypeSize.xxxLarge
rather than allow a larger accessibility size that might complicate UI design.
https://developer.apple.com/documentation/swiftui/dynamictypesize
Can a developer also limit dynamic type size of a widget's configuration UI ... the UI that appears after users long-press on a widget then select Edit Widget?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|