79568507

Date: 2025-04-11 09:45:39
Score: 1
Natty:
Report link

Just use the .lineLimit and the .fixedSize Modifier like follows:

Text("I am a very very long Text that wants to be displayed on the screen")
.fixedSize(horizontal: false, vertical: true)
.lineLimit(3)

That should display the text in 2 lines .. max 3 lines

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user30242665