SDWebImage.FLAnimatedImage

SDWebImage+FLAnimatedImage


Keywords
xamarin, sdwebimage, flanimatedimage, binding-for-csharp, cache-image
Install
Install-Package SDWebImage.FLAnimatedImage -Version 4.0.0.3

Documentation

SDWebImage+FLAnimatedImage

Asynchronous image downloader with cache support

This is Obj-C Binding Project based on

Installation

NuGet

Usage

SDWebImage

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);

FLAnimatedImage

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);

Settings

<key>NSAppTransportSecurity</key>
<dict>
 <key>NSAllowsArbitraryLoads</key>
 <true/>
</dict>

Powered By