Empty View, Image, Symbol
How to use View, Image, and Symbol
2 min read
Image views | Apple Developer Documentation
SF Symbols | Apple Developer Documentation
The first UI in the UI Library is View.
A View represents an empty area that makes up the UI, and you can build an entire screen by creating nested tree structures of Views.
Along with View, you can also find Oval and Symbol.
View, Oval, and Symbol listed here are all the same View Type.
Oval can be made into a circle by enabling the Corner > Capsule property and setting the Width and Height to the same value.
Symbol shows that you can select your desired SF Symbol image through the Image section in the View Inspector.
If there is a part of your UI that you want to display as an image, place a View object on the Scene and then select an Image through the Inspector.
When you enter the Image Picker, you can see the images registered in the current project, and simply select the one you want. You can also add new images directly using the Add button.
For managing project images, please refer to the image section of the Document.
Inspector: Image
Inspector: View
Inspector: Gradient
Inspector: Paddings
Inspector: Margins
Inspector: Shadow
Inspector: Corner
Inspector: Border