Hello @kai_, Your sample code uses a standard font which will adapt to the users selected font size. iOS provides a wide range of text sizes for the user to select from. Build your app to be accessible to users who select a different text size. For more information see Typography and Font. When I run your code on an iPhone 15 with 26.4, I can see the full text. It seems the size of the text in your environment does not fit within its content margins. To see these margins, try using Xcode's Debug View Hierarchy feature. Take look at these margins and resource, let me know what you find. Travis
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: