Asynchronous image downloader with cache support for .NET iOS. This is an Obj-C binding project based on SDWebImage and FLAnimatedImage.
$ dotnet add package SDWebImageNETAsynchronous image downloader with cache support
This is Obj-C Binding Project based on
For more info please see https://components.xamarin.com/view/sdwebimage
ImageView.SetImage(
NSUrl.FromString("https://cloud.githubusercontent.com/assets/1567433/10417835/1c97e436-7052-11e5-8fb5-69373072a5a0.gif"),
UIImage.FromBundle("placeholder"),
SDWebImageOptions.RefreshCached
);
For more info please see https://github.com/Flipboard/FLAnimatedImage
FLAnimatedImageView.SetImage(
NSUrl.FromString("https://cloud.githubusercontent.com/assets/1567433/10417835/1c97e436-7052-11e5-8fb5-69373072a5a0.gif"),
UIImage.FromBundle("placeholder"),
SDWebImageOptions.RefreshCached
);
# Build
dotnet build --configuration Release
# Pack
dotnet pack --configuration Release --output path\to\output\folder