Hi there,
I load an image like so:
But what if I want to load an image from the internet? Something to the effect of:
Any help is appreciated. Thanks!
I load an image like so:
Code:
UIImage *image = [UIImage imageNamed:@"myimage.png"];
Code:
UIImage *image = [UIImage imageNamed:@"http://myurl.com/myimage.png"];
Any help is appreciated. Thanks!