//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];
Currently rated 4.0 by 2 people
Tags: uiimage, nsdata
General
Powered by BlogEngine.NET 1.4.5.0 Theme by Mads Kristensen