
iOS 15 Programming for Beginners
By :

You've just created your first Xcode project! As you can see, the Xcode user interface is divided into several distinct parts, as shown here:
Figure 1.7: Xcode user interface
Let's look at each part in more detail. The following descriptions correspond to the numbers shown in the preceding screenshot:
Next, let's examine the toolbar more closely. The left side of the toolbar is shown here:
Figure 1.8: Xcode toolbar (left side)
Let's look at each part in more detail. The following description corresponds to the numbers shown in the preceding screenshot:
Schemes and destinations are distinct. Schemes specify the settings for building and running your project. Destinations specify installation locations for your app, and exist for physical devices and simulators.
The right side of the toolbar is shown here:
Figure 1.9: Xcode toolbar (right side)
Let's look at each part in more detail. The following description corresponds to the numbers shown in the preceding screenshot:
Don't be overwhelmed by all the different parts, as you'll learn about them in more detail in later chapters. Now that you are familiar with the Xcode interface, you will run the app you just created in the iOS simulator, which displays a representation of your iOS device.