In Xamarin.Forms the views does not have default click event. In my project I wanted images that can be clickable, so I used gesture recognizers. This little helper class saved my time.

In Xamarin.Forms the Button control does not have much control on image drawing on the Button itself. There comes the XLabs solution, but it still didn't feel right for me. I needed a button with an icon in the middle of it, and also didn't like the way it resized my image.
So I needed a custom...