I have a text in a frame that can become too long depending on the user input. If a text is too long in SwiftUI, SwiftUI abbreviates it with "..." at the end.Example:
"That's a very long te..."
But now I want the last x characters to always be displayed, even if the text is too long. A good example of my wish is XCode itself:
I'd be happy for help.