Label
How to use Label for displaying text
1 min read
Labels | Apple Developer Documentation
Inspector: Label
Label is the most basic component for displaying text, and it is the most frequently used UI component when designing apps.
Through the Inspector, you can enter content and change the Text Color, Font styles, and more.
You can set the size of a Label manually, but it is best to keep Auto Size and use Auto Layout to define the layout. This way, the overall layout will automatically adjust naturally as the Label's text changes.