Asynchronous 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);
- Allow http:
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>