ComponentOne Xamarin.iOS
Creating a New Xamarin.iOS App
Getting Started with Xamarin.iOS Controls > Creating a New Xamarin.iOS App

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 http://xamarin.com/download.

To know more about Xamarin.iOS, visit:

https://developer.xamarin.com/guides/ios/getting_started/

Complete the following steps to create a new Xamarin.iOS App:

  1. Select File | New | Project.
  2. Under Installed templates, select Visual C# |iPhone & iPad.
  3. In the right pane, select iOS App (Xamarin).
  4. Type a name for your app and select a location to save it.
  5. Click OK. The New iOS App dialog appears.
  6. Select Single View App (iOS) from the templates and select Universal from Device Support options.
  7. Click OK.
  1. Select File | New Solution.
  2. Select iOS | App.
  3. In the right pane, select Single View App.
  4. Click Next.


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


  6. Click Next.


  7. Click Create.