Skip to content

Instantly share code, notes, and snippets.

@yangmeyer
Created October 5, 2012 14:17
Show Gist options
  • Save yangmeyer/3840022 to your computer and use it in GitHub Desktop.
Save yangmeyer/3840022 to your computer and use it in GitHub Desktop.
Setting UIButton titleLabel shadow properties using UIAppearance
[[UIButton appearanceWhenContainedIn:[YMAboutBaseViewController class], nil]
setTitleColor:[UIColor darkGrayColor] forState:UIControlStateNormal];
[[UILabel appearanceWhenContainedIn:[UIButton class], [YMAboutBaseViewController class], nil]
setShadowColor:[UIColor clearColor]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment