Skip to content

Instantly share code, notes, and snippets.

@miguel12345
Created December 2, 2013 10:21
Show Gist options
  • Save miguel12345/7747580 to your computer and use it in GitHub Desktop.
Save miguel12345/7747580 to your computer and use it in GitHub Desktop.
Stretchable button background image
UIImage *originalImage = [UIImage imageNamed:@"categories_button_scalable_bg"];
[self.categoriesButton setBackgroundImage: [originalImage stretchableImageWithLeftCapWidth:6 topCapHeight:6] forState:UIControlStateNormal];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment