Launching the TrackMyWalks app using the iOS simulator
In this section, we will compile and run the TrackMyWalks
application to see how our application looks, since we have made changes to our XAML pages while creating the underlying C# code to implement the various animation and transition effects.
Let's see how we can achieve this by performing the following steps:
- Ensure that you have chosen the
TrackMyWalks.iOS
platform from the drop-down menu. - Ensure that you have chosen the
Debug
option from the drop-down menu. - Choose your preferred device from the list of available iOS Simulators.
- Select the
Run | Start Debugging
menu option, as shown in the following screenshot:

Launching the TrackMyWalks app within the iOS Simulator
- Alternatively, you can also build and run the
TrackMyWalks
application by pressing the Command + Return keys.
When the compilation is complete, the iOS Simulator will appear automatically and the TrackMyWalks
application will be displayed, as shown in the following screenshot...