UITextField *searchField = [mySearchBar valueForKey:@"_searchField"];
searchField.textColor = [UIColor blueColor]; //You can put any color here.
05-07 15:47