
iOS 14 Programming for Beginners
By :

Before you begin writing iOS apps, you need to download and install Xcode from the App Store. Follow these steps:
Xcode
and press the Return key.Figure 1.1 – Apple ID creation dialog box
Important information
You can see more information on how to create an Apple ID at this link: https://support.apple.com/en-us/HT204316#appstore
Figure 1.2 – Welcome to Xcode screen
Figure 1.3 – Choose a template for your new project screen
Figure 1.4 – Choose options for your new project screen
Configure this options screen as follows:
ExploringXcode
in the text field.com.yourname
for now.Leave the other settings at their default values. Make sure all the checkboxes are unticked. Click Next when done.
Desktop
or Documents
folder, and then click Create:Figure 1.5 – Save dialog box
Important information
The reason why you see this dialog box is because the Source Control checkbox is ticked. Apple recommends that Source Control be turned on. To learn more about version control and Git, refer to the following link: https://git-scm.com/video/what-is-version-control
Figure 1.6 – Source Control preference screen
Enter the following information:
Close the Source Control preference screen by clicking the red button in the top-left corner when done.
Fantastic! You have now successfully downloaded and installed Xcode and created your first project. In the next section, you will learn about the Xcode user interface.