Wednesday, September 19, 2012

Download UIImage Url

NSData *imageData = [NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://chart.apis.google.com/chart?cht=qr&chs=350x350&chl=nitin"]];
UIImage *myImage = [UIImage imageWithData:imageData];

No comments:

Post a Comment