Is there any way to load Image
into Xamarin.Forms Button
from URL?
It seems that button itself only support FileImageSource
.
Sure, I can download image and then manually put it into Button
, but I hope someone has done this already in reusable fashion :)