you should look into MonoTouch.Dialog.Utilities.ImageLoader - just add a project reference to MonoTouch.Dialog-1
https://github.com/migueldeicaza/MonoTouch.Dialog#image-loading On Wed, Aug 22, 2012 at 8:44 AM, Jason Awbrey <[email protected]> wrote: > load the images asynchronously and cache them > > > On Tue, Aug 21, 2012 at 5:39 PM, Aziz <[email protected]> wrote: > >> Hi guys >> I have a table view which has in getcell() the following line : >> >> >> cell.ImageView.Image= UIImage.LoadFromData(NSData.FromUrl("www.......com" >> )); >> >> it works and it get the image and assign it to the cell >> >> but the problem is : the scrolling in the tableview is too slow and it be >> fast when I remove the above line ..! >> >> how I can solve the problem ? >> >> Thanks >> >> >> >> -- >> View this message in context: >> http://monotouch.2284126.n4.nabble.com/Uitableview-with-images-slow-scrolling-tp4656636.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 > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
