- 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.
推薦閱讀
- PostgreSQL Cookbook
- Vue.js快跑:構(gòu)建觸手可及的高性能Web應(yīng)用
- DevOps Automation Cookbook
- 深入淺出Windows API程序設(shè)計(jì):編程基礎(chǔ)篇
- Windows Presentation Foundation Development Cookbook
- Securing WebLogic Server 12c
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- 自然語言處理Python進(jìn)階
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- 微服務(wù)從小白到專家:Spring Cloud和Kubernetes實(shí)戰(zhàn)
- Python從入門到精通
- OpenCV with Python By Example
- MySQL程序員面試筆試寶典
- 零基礎(chǔ)學(xué)Python編程(少兒趣味版)
- Mastering Adobe Captivate 7