How to download an image from the web and display it in an UIImageView? For example, I have an URL like: http://sstatic.net/so/apple-touch-icon.png
Would I need to mess around with NSURLConnection and the like, or is there a simple method that takes an web URL and downloads the image data automatically?