Creating a New Xamarin.iOS App
In This Topic
This topic demonstrates how to create a new Xamarin.iOS app in Visual Studio or Xamarin Studio. See the System requirements before proceeding. To download and install Xamarin Studio, visit https://visualstudio.microsoft.com/xamarin/.
To know more about Xamarin.iOS, visit:
https://docs.microsoft.com/en-us/xamarin/ios/get-started/
Complete the following steps to create a new Xamarin.iOS App:
- Select File | New | Project.
- Under Installed templates, select Visual C# |iPhone & iPad.
- In the right pane, select iOS App (Xamarin).

- Type a name for your app and select a location to save it.
- Click OK. The New iOS App dialog appears.
- Select Single View App (iOS) from the templates and select Universal from Device Support options.

- Click OK.
- Select File | New Solution.
- Select iOS | App.
- In the right pane, select Single View App.
- Click Next.

- Type a name for your app and select a location to save it..

- Click Next.

- Click Create.