Skip to content

Instantly share code, notes, and snippets.

@iwazer
Created April 5, 2011 03:06
Show Gist options
  • Save iwazer/902953 to your computer and use it in GitHub Desktop.
Save iwazer/902953 to your computer and use it in GitHub Desktop.
resize image
UIImage *img = [[UIImage imageNamed:@"image.png"] _imageScaledToSize:CGSizeMake(32.0f, 32.0f) interpolationQuality:1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment