Created
April 20, 2017 11:26
-
-
Save rostopira/27f6e2a4ad031a365e03dce420f899f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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