tags:

views:

55

answers:

1

How can I load an image to a UIImage object from the url of the image? Currently, I am loading the image using UIImage.FromFile, and including the image as content, but I need to be able to grab it from another website.

image.Image = UIImage.FromFile("images/imageName.jpg");
+2  A: 

Take a look at this: http://escoz.com/blog/monotouch-displaying-web-images/

Ira Rainey
That's my post! :)
Eduardo Scoz
Beat you to posting your own post. Top stuff. Great article.
Ira Rainey