Try something like this,
Code:
UIImageView *imgPhoto;
NSString *stringurl = [NSString stringWithFormat:@"http://66.39.113.170/images/basic_iphone_background.jpg];
imgPhoto.image = [UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:stringurl]]];