UIImageView *tempImageView = [[UIImageView alloc] initWithImage:[UIImage imageWithData:
[NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://www.abc.com/image.png"]]]];
'iPhone' 카테고리의 다른 글
개발자료 정리 (0) | 2011.08.24 |
---|---|
NSString 자주 쓰는 함수 (0) | 2011.08.22 |
어디서든 키보드 감추기 (0) | 2011.08.22 |
하위뷰에서 상위뷰 컨트롤 하는 방법 (0) | 2011.08.22 |
원하는 문자만 입력 받기 (0) | 2011.08.22 |