When testing Dynamic Type support in Breve I noticed that text would get truncated sometimes at larger text sizes for no real reason. I had to apply the fixedSize(horizontal:vertical:) modifier as a workaround to force the text to wrap instead. I wrote a short post about it: https://nilcoalescing.com/blog/AvoidingTextTruncationInSwiftUI
#iOSDev #SwiftUI #Accessibility
Avoiding text truncation in SwiftUI with Dynamic Type

Prevent unnecessary text truncation at larger text sizes with the fixedSize(horizontal:vertical:) modifier, forcing the text to expand vertically as needed.

Nil Coalescing
@natpanferova I’ve always wondered why this has to be done?
@Jon889 seems like an issue with the SwiftUI text layout