Custom Controls in Xamarin.Forms

Make your codebase more maintainable by creating your own custom controls in Xamarin.Forms. Introduction As Xamarin.Forms developers, one of our main goals is to maximise code sharing and minimise code duplication. However, when building our user interfaces, it can be all too common to duplicate UI…