Quote:
Originally Posted by KennyChong
This works for me. Try it.
id path = @"http://merrimusings.mu.nu/archives/images/groundhog2.jpg";
NSURL *url = [NSURL URLWithString  ath];
NSData *data = [NSData dataWithContentsOfURL:url];
UIImage *img = [[UIImage alloc] initWithData:data cache:NO];
|
I'm a complete idiot.
Monday morning detail for ya.
In my tab bar, I updated the xib file to reflect the new one, but i never updated the class of the tab on the tab bar.
Hence why everything was fine and dandy until I attempted to load/edit something on that tab.
Thanks for your help guys!