Reply to Possible to disable truncation on Text or TextField views? You can try this Text("your really long bit of text that was truncating instead of wrapping, etc.") .lineLimit(1) .minimumScaleFactor(0.5) Same works with TextField UI Frameworks SwiftUI Oct ’23