Return to Snippet

Revision: 18288
at September 26, 2009 12:19 by gerhardsletten


Initial Code
id path = @"http://merrimusings.mu.nu/archives/images/groundhog2.jpg";
NSURL *url = [NSURL URLWithString:path];
NSData *data = [NSData dataWithContentsOfURL:url];
UIImage *img = [[UIImage alloc] initWithData:data cache:NO]

Initial URL


Initial Description


Initial Title
Create a UIImage from url

Initial Tags


Initial Language
Objective C