摘要: // Get the instance of the UITextField of the search bar UITextField *searchField = [searchBar valueForKey:@"_searchField"]; // Change search bar text color searchField.textColor = [UIColor red... 阅读全文
posted @ 2016-05-28 16:45 Ficow 阅读(609) 评论(0) 推荐(0)