Xamarin iOS writes the first application to create a project
Once you've installed Xcode and Xamarin, you're ready to write programs in Xamarin Studio. This section will focus on how to create a project in Xamarin Studio and write code such as Xamarinios writing the first application creation project This article selected from the Xamarin iOS Development Combat University PA .
1.3.1 Creating a Project
Xamarinios Writing the first application creation Project This article is selected from the Xamarin iOS Development Combat University PA , A lot of development tools, before writing code, you have to create a project, such as Visual Studio, Xcode and so on. The project you create can be a good way to save files that are used in iOS application development in this project. So how do you create a feature in Xamarin studio? Here is the step.
(1) Click Xamarin Studio to eject the Xamarin Studio dialog box, shown in 1.34.
Figure 1.34 Operation steps 1
(2) Select the new solution option to bring up the new Solution dialog box. Select the iphone item under iOS, select the single View application option in the iphone project, enter HelloWorld in the Name field, and set the save location for the project as shown in 1.35.
Figure 1.35 Operation steps 2
Note: When entering a name, no spaces can appear, only characters, numbers, '. ', ' _ '.
(3) Finally click the "OK" button to create the good one project named "HelloWorld" project. In this project you can develop iphone apps, 1.36 Xamarinios write the first application creation Project in this article selected from the Xamarin iOS Development Combat University Pa.
Figure 1.36 the project created
Xamarin iOS writes the first application to create a project