修改UISearchBar输入框字体颜色

 UITextField *searchField = [mySearchBar valueForKey:@"_searchField"];
 searchField.textColor = [UIColor blueColor]; //You can put any color here.
原文地址:https://www.cnblogs.com/joesen/p/3783218.html