Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

SDWebImage

$
0
0

Hi,

I'm trying to implement a SDWebImage in UITableView!

I have this code in my UITableViewCell in UpdateCell event

imageView.SetImage ( url: new NSUrl (urlImagem), placeholder: UIImage.FromBundle ("Images/ReceitaDefault.png"), completedHandler: (image, error, cacheType) => { if(image != null) { image = GlobalFunctions.CropImage(image,0,0,10,10);
} }

The problem is that in completedHandler I want to make a change in the image (crop) and he is not doing


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>