Download 썸네일형 리스트형 [iPhone] 동기식 다운로드 download NSURL *url = [NSURL URLWithString:/*파일 다운 받을 url 주소 */]; NSMutableURLRequest *thrRequest = [NSMutableURLRequest requestWithURL:url]; NSURLResponse *response; NSError *error; NSData *getedData = [NSURLConnection sendSynchronousRequest:thrRequest returningResponse:&response error:&error]; NSString*_path = [[NSHomeDirectory() stringByAppendingString:@"/Documents/"] stringByAppendingString:[response.. 더보기 이전 1 다음