Skip to content

Instantly share code, notes, and snippets.

@rostopira
Created April 20, 2017 11:26
Show Gist options
  • Save rostopira/27f6e2a4ad031a365e03dce420f899f3 to your computer and use it in GitHub Desktop.
Save rostopira/27f6e2a4ad031a365e03dce420f899f3 to your computer and use it in GitHub Desktop.
NSDictionary *searchBarTextAttributes = @{
NSForegroundColorAttributeName: lightGray,
NSFontAttributeName : [UIFont systemFontOfSize:[UIFont systemFontSize]]
};
[UITextField appearanceWhenContainedInInstancesOfClasses:@[[UISearchBar class]]]
.defaultTextAttributes = searchBarTextAttributes;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment