In the previous chapter, we learned how to develop a native Android app using Visual Studio for Mac, Xamarin.Android, and C#. You learned how to use and work with the Visual Designer in the Visual Studio for Mac IDE to construct the user interface for our PhotoLibrary app using XML, and implement Material Design in your apps, as well as create your own custom themes and then apply theming to your app.
Finally, we learned how to provide the necessary permissions to AndroidManifest.xml so that we could interact with the device camera and photo album before launching the app in the Android emulator.
This chapter will focus primarily on how to develop a native iOS app using Visual Studio for Mac, Xamarin.iOS, and C#. You'll learn how to use and work with Storyboards in the Visual Studio for Mac IDE to construct the user interface...