iPhone
UIImageView URL로 로드하기
연필a
2011. 8. 22. 17:00
UIImageView *tempImageView = [[UIImageView alloc] initWithImage:[UIImage imageWithData:
[NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://www.abc.com/image.png"]]]];