- Xamarin Blueprints
- Michael Williams
- 177字
- 2021-07-08 11:48:18
Create an iOS project
Let's begin our Xamarin journey; we will start by setting up our iOS project in Xamarin Studio:
- Start by opening Xamarin Studio and creating a new iOS project. To do so, we simply select File | New | Solution and select an iOS Single View App; we must also give it a name and add the bundle ID you want in order to run your application.
Note
It is recommended that for each project, a new bundle ID is created, along with a developer provisioning profile for each project.
- Now that we have created the iOS project, you will be taken to the following screen:

Doesn't this look familiar? Yes, it is our AppDelegate
file; notice the .cs
on the end; because we are using C#, all our code files will have this extension (no more .h
or .m
files).
Tip
Before we go any further, spend a few minutes moving around the IDE, expanding the folders, and exploring the project structure; it is very similar to an iOS project created in XCode.
推薦閱讀
- Oracle 11g從入門(mén)到精通(第2版) (軟件開(kāi)發(fā)視頻大講堂)
- Python高級(jí)編程
- Raspberry Pi 2 Server Essentials
- Reactive Android Programming
- Apache Mahout Clustering Designs
- 學(xué)習(xí)OpenCV 4:基于Python的算法實(shí)戰(zhàn)
- Spring Boot+MVC實(shí)戰(zhàn)指南
- C編程技巧:117個(gè)問(wèn)題解決方案示例
- Mastering jQuery Mobile
- Python面試通關(guān)寶典
- XML程序設(shè)計(jì)(第二版)
- ASP.NET Core and Angular 2
- Python無(wú)監(jiān)督學(xué)習(xí)
- RESTful Web API Design with Node.js
- Java EE程序設(shè)計(jì)與開(kāi)發(fā)實(shí)踐教程