Skip to content

Instantly share code, notes, and snippets.

@twoism
Created February 3, 2009 15:52
Show Gist options
  • Select an option

  • Save twoism/57580 to your computer and use it in GitHub Desktop.

Select an option

Save twoism/57580 to your computer and use it in GitHub Desktop.
NSString *url = [[NSString alloc] initWithString:@"http://farm2.static.flickr.com/1204/789803401_0017756904.jpg"];
UIWebImageView *webImage = [[UIWebImageView alloc] initWithFrame:CGRectMake(0,0,300,300) andUrl:url];
[[self view] addSubview:webImage];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment