Skip to content

Instantly share code, notes, and snippets.

@odrobnik
Created April 30, 2013 14:07
Show Gist options
  • Save odrobnik/5488947 to your computer and use it in GitHub Desktop.
Save odrobnik/5488947 to your computer and use it in GitHub Desktop.
- (void)drawInRect:(CGRect)rect context:(CGContextRef)context
{
CGContextDrawImage(context, rect, self.image.CGImage);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment