0
同期要求または非同期要求のいずれかを要求することはできますか?それは、その要求のデータを返すようiPhone SDKの同期要求または非同期要求
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];