Just wondering whether there is built in functionality to set a placeholder image for an Image control? I have the ImageSource property bound to an HTTP URL and I'd like an image to display while the source is being downloaded (or if it was not found). If this functionality doesn't exist, any tips on the correct way to implement it using Xamarin.Forms?
Cheers!
Andrew