What minimumScaleFactor Trades Away in SwiftUI
Swift Forums
What minimumScaleFactor Trades Away in SwiftUI
I published a small SwiftUI experiment around minimumScaleFactor after noticing a design consequence that is easy to miss when looking at one Text at a time. The modifier solves fitting independently for each label. That means several views can all declare the same .headline, receive the same width and Dynamic Type environment, and still stop looking like one typography system. I first reproduced the behavior with plain SwiftUI, then instrumented it to see how systematic it was. The main expe...
0 comments
No comments yet.