In this chapter, I will guide you through the installation of the development tools you will need for this book. Specifically, we will install Visual Studio for Mac as well as Xcode. The latter is the native toolset for Mac developers. It delivers IDE, SDKs, and also the device simulators we will use. If you have these tools already installed, you can skip to the subsequent section.
After ensuring that all tools are ready, we will create the first Xamarin.iOS app for the iPhone and iPad. This app, ...