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]];