jamesmontemagno / ImageCirclePlugin

Circle Images for your Xamarin.Forms Applications
MIT License
239 stars 68 forks source link

Use a custom HttpClient when loading images from UriImageSource #68

Closed AlexanderMelchers closed 6 years ago

AlexanderMelchers commented 6 years ago

Hi there,

We're currently considering migration from your old Xam.Plugins.Forms.CachedImageCircle to the ImageCirclePlugin, but one of our main obstacles in doing so is that we'd need more control over the way in which images are retrieved from our servers. That is, we'd like to be able to hook into the web call itself by way of a custom HttpClient, much in the same way as was possible with the old CircleCachedImage through hooking into FFImageLoading's ImageService. To make this plug-in useful to us, I'd like to request this feature.

Kind regards, Alexander.

jamesmontemagno commented 6 years ago

Use FFImageLoaders built in circle support. CachedImageCircle is not mine