Is it possible to read a url to an image and set a UIImageView to the image at this url?
Unfortunately this feature is not available as of this writing... instead you will have to implement the functionality yourself by:
Fortunately you don't have to break your head coming out with said functionality as Apple provides an example that does exactly that as part of their code samples.
Follow the code and I'm sure you will be able to accommodate it to your needs.