Slide 10
Slide 10 text
iPhone Project
1) Right click Solution and select Add, New Project, iOS, iPhone, Hello
World Application and name the project FirstDemo.Touch. At this point
you may be prompted to Begin Trial.
2) Delete MyViewController.cs.
3) Add project reference to FirstDemo.Core (right-click References, Add
Reference, Projects tab, FirstDemo.Core, OK)
4) Right-click the solution in Solution Explorer and select Manage NuGet
Packages. Ensure Installed Packages is selected on the left. Select
MvvmCross, click Manage and select FirstDemo.Touch.
5) Copy the contents of AppDelegate.txt over the top of AppDelegate.cs.
This creates the Setup class and calls Initialize, exactly as the Droid one
does.
6) Double click the Project Properties, iOS Application tab, and enter "First
Demo" as the Application name, "com.YourName.FirstDemo" as the
Identifier, 1 as the Version.
7) Build solution (right click Solution, Build Solution(or F6))