Is it possible to read a url to an image and set a UIImageView to the image at this url?
use AFNetworking category UIImageView+AFNetworking.h
AFNetworking
UIImageView+AFNetworking.h
#import "UIImageView+AFNetworking.h [profileImageView setImageWithURL:[NSURL URLWithString:photoURL] placeholderImage:[UIImage imageNamed:@"placeholder"]];