Adding images to the Assets catalog
Okay, let’s get started on the first objective: adding some images to the project. First, we need to create a new project in Xcode. I called mine Record Player
(you can copy this name or choose something else if you like). Then, we need to fill out the other fields exactly as we did in the last chapter. Once this is done, we are ready to start.
When it comes to the images themselves, we need three: the record, the record player arm that will move over the record, and a wood grain image that we can use as the record player box. All of these images can be found on GitHub by clicking the link provided in the Technical requirements section.
There are three main methods to add images to the project.
The first method is using Xcode’s special file folder called the Assets catalog. This is an organizational file structure that you’ll see in the Project navigator that will hold all of your colors, app icons, and images. Simply...