//Download image from HTTP server
NSData *imageData = [NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://www.google.com/intl/en_ALL/images/logo.gif"]];
UIImage *image = [UIImage imageWithData:imageData];
//Download image from HTTP server
NSData *imageData = [NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://www.google.com/intl/en_ALL/images/logo.gif"]];
UIImage *image = [UIImage imageWithData:imageData];