我遇到了如何從URL獲取圖片的問題。如何從iOS中的內容獲取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
中使用這張圖片。
thanks.i想要從網站下載圖像列表並顯示它。請按住鼠標按鈕。 – user1528296 2012-07-17 04:16:07
@ user1528296 plz檢查更新。示例代碼將會很有幫助。 – 2012-07-17 05:08:04
謝謝盧元這麼多 – user1528296 2012-07-17 09:07:25