1. Let’s set up the SwiftUI project in Xcode
Let’s set up our iOS project in Xcode. In this section, we will build an Avocado Recipes app with SwiftUI. This iOS app has a quite slick design and it supports both the tall iPhone and the wide iPad screens.
Let’s set up our SwiftUI project as usual. Download the resources from this section, place them on the Desktop, and unzip them by clicking on the package.
The provided package contains 3 folders marked with the Swift logo and supplementary workbook files in PDF and ePub formats. This workbook shows you the main objectives of this project.
As in the first section, the completed project is in the green folder. The finished project with the source codes may help you when you are stuck and need some quick help.
The next folder is the red one. This contains all of the resources you will need to build the Avacodo Recipes app.
The final blue folder is the student’s folder. We are going to create and save your app in this place, so it’s empty for now.
Without further ado, let’s set up the Xcode project.