Hey,
I have a scrollview with an image from the web.
I want to make the scrollview show an image that is not from the web, but instead in the project. What do I need to change in this code?? :
Code:
UIImageView *tempImageView = [[UIImageView alloc] initWithImage:[UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://weblogs.baltimoresun.com/business/consuminginterests/blog/apple-logo1.jpg"]]]];
Thanks.