修改UISearchBar输入框字体颜色

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

 

posted @ 2014-06-12 09:02  菜鸟程序猿  阅读(547)  评论(0编辑  收藏  举报