Almost every app needs to present textual information. To do so, we need a label or a TextView to render the content in the app. Follow these steps to add a simple label on the screen:
- Open the Utilities pane (alt + cmd + 0).
- Activate the Object Library tab. Simply click on the Object Library button shown here:
- Click on the filter field at the bottom:
- Type lab. The list of components will filter.
- You should see just a single component. In this case, the Label view:
- Start dragging the label to the storyboard ...