web images
Hey guys,
Suppose I want to update my app with a different image every day. The only way I can really think to do this right now is to host the image on my website and use a UIWebView to display the image. But surely there's a better way. Could I possibly download just the image and then display it, resize it or do whatever I wanted with a UIImageView? That would be ideal but the part I'm stuck on is: how could I get the image from the web into my program? As always, help is greatly appreciated.
Thanks!
|