Craig Hockenberry on Nostr: Saturday afternoon - the perfect time for an Only in SwiftUI™ moment. In Tapestry ...
Saturday afternoon - the perfect time for an Only in SwiftUI™ moment.
In Tapestry we're making use of a custom font that's scaled dynamically based on the Dynamic Type setting. It's been working great, but there was one place where we were seeing two lines of text render as one line with an ellipsis and another blank line below it. Clearly CoreText and the view layout constraints weren't in agreement.
Continued…
In Tapestry we're making use of a custom font that's scaled dynamically based on the Dynamic Type setting. It's been working great, but there was one place where we were seeing two lines of text render as one line with an ellipsis and another blank line below it. Clearly CoreText and the view layout constraints weren't in agreement.
Continued…