Has anyone any idea or code sample on how can I change the text color of the placeholder text of a UISearchBar?
for iOS5+ use the appearance proxy
iOS5+
[[UILabel appearanceWhenContainedIn:[UISearchBar class], nil] setTextColor:[UIColor redColor]];
1.4m articles
1.4m replys
5 comments
57.0k users