Skip to content

kvandake/SDWebImage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Objective-C 83.1%
  • C# 16.6%
  • Makefile 0.3%