Skip to content

Instantly share code, notes, and snippets.

@shnhrrsn
Created March 10, 2012 19:11
Show Gist options
  • Save shnhrrsn/2012568 to your computer and use it in GitHub Desktop.
Save shnhrrsn/2012568 to your computer and use it in GitHub Desktop.
- (void)someMethod {
UIImage* scaledImage = [[UIImage imageNamed:@"largeImage"] scaleToSize:CGSizeMake(100.0f, 100.0f);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment