Many developers want to try their hand at writing an iOS application. The big drawback has always been learning a new programming language and a new IDE. For some, it is probably not an issue as they want to learn something new. But for many .NET developers, being able to stick to an IDE and programming language they know is immensely empowering. Well, this is exactly what Xamarin.Forms and Visual Studio achieve.
Please note that I am not including Xamarin.Android here as a consideration. I'm purely focusing on writing native iOS and Mac applications.
Xamarin gives .NET developers the ability to use Visual Studio to write applications that can be run cross-platform easily, without having a separate code base for each. You therefore have a single code base for your application that will run on Windows, iOS/macOS, and Android. If you want...