Skip to content

Instantly share code, notes, and snippets.

@lloydsheng
Last active March 19, 2018 08:12
Show Gist options
  • Save lloydsheng/571b0df79d66d9b4cb0e to your computer and use it in GitHub Desktop.
Save lloydsheng/571b0df79d66d9b4cb0e to your computer and use it in GitHub Desktop.
设置UIButton的拉伸背景
UIImage *normalImage = [[UIImage imageNamed:@"blog_shopping_button.png"]
stretchableImageWithLeftCapWidth:80 topCapHeight:24];
UIImage *selectedImage = [[UIImage imageNamed:@"blog_shopping_button_selected.png"]
stretchableImageWithLeftCapWidth:80 topCapHeight:24];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment