read the comments in the source - it is all explained fairly well

https://github.com/migueldeicaza/MonoTouch.Dialog/blob/master/MonoTouch.Dialog/Utilities/ImageLoader.cs

the (50,50) argument in the constructor is optional, it specifies the cache
size and memory limit

the 2nd argument to RequestImage() is a callback implementing IImageUpdated
that will be called when the request completes

On Tue, Aug 21, 2012 at 7:03 PM, Aziz <[email protected]> wrote:

> Thanks Guys
>
> I added the reference and I do :
>
> MonoTouch.Dialog.Utilities.ImageLoader MyLoader= new
> MonoTouch.Dialog.Utilities.ImageLoader(50,50); *//Idon't understand the
> sizes and is it for each image ?*
>
> cell.ImageView.Image=MyLoader.RequestImage(MyUrl,*What I should put here
> !!*);
>
> Thanks
>
>
>
> --
> View this message in context:
> http://monotouch.2284126.n4.nabble.com/Uitableview-with-images-slow-scrolling-tp4656636p4656639.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to