3

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");
Jeremy
  • 9,023
  • 20
  • 57
  • 69

1 Answers1

5

Take a look at the blog post Displaying web images with MonoTouch - UIWebImageView.

Kirk Woll
  • 76,112
  • 22
  • 180
  • 195
Ira Rainey
  • 5,173
  • 2
  • 34
  • 42