gerhardsletten on 09/26/09
Last Edited at 09/26/09 12:19pm
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]
Report this snippet Tweet
Comment:
You need to login to post a comment.