이미지 저장 소스 썸네일형 리스트형 [아이폰] Download an Image and save it as PNG or JPEG in iphone http://iphoneappsmaker.tistory.com/645 NSLog(@"Downloading..."); // Get an image from the URL below UIImage *image = [[UIImage alloc] initWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://www.objectgraph.com/images/og_logo.png"]]]; NSLog(@"%f,%f",image.size.width,image.size.height); // Let's save the file into Document folder. // You can also change this to your desktop for te.. 더보기 이전 1 다음