URL から画像を取得する方法に問題があります。
私が試してみました:
NSURL *url=[NSURL URLWithString:[NSString stringwithFormat:@"http://kenh14.vn/c102/20120715022212850/ngoc-trinh-la-model-thi-khong-nen-ngai-the-hien.chn"]];
NSURLRequest *request=[NSURLRequest requestWithURL:url];
NSURLConnection *connection=[[NSURLConnection alloc]initWithRequest:request delegate:self startImmediately:NO];
[connection start];
NSData *data=[NSURLConnection sendSynchrounousRequest:request returningResoibse:nil error:nil];
この画像を で使用したいと思いますUIImageView
。