ImageButton with selected state for Xamarin Forms.
Download the NuGet package in both your platform project and your shared project. For iOS, make sure you call the ImageButtonRenderer.Init() method!
Only Xamarin.Android and Xamarin.iOS are supported.
See the sample for a simple example on how to use this.
NOTE: so far the library only works with local files.
If you are using Full linking on iOS, you need to disable linking for the shared project: --linkskip=ImageButton.Abstractions