Ios swift – Preventing a Text view from breaking when the font size is increased in SwiftUI (Dynamic type / accessibility)
I have a few views in an HStack which gives me a view like this There are 3 images and 2 Text views in here My goal is to support graceful dynamic text / font scaling for larger text sizes,…