2010/05/17 01:02
Code Library/Objective C
UIImageView *tempImageView = [[UIImageView alloc] initWithImage:[UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://www.abc.com/image.png"]]]];

