Может кто-нибудь помочь под запросом является синхронный или асинхронный запрос?
NSURL *imageURL = [NSURL URLWithString:@"http://sampleRequest.com/request`enter code here`"];
NSData *data = [NSData dataWithContentsOfURL:imageURL];
UIImage *image = [[UIImage alloc] initWithData:data];
[tempElement setImage:image];