Xamarin.iOS Documentation | ComponentOne
Getting Started with Xamarin.iOS Controls / Creating a New Xamarin.iOS App
In This Topic
    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:

    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.