我试图为搜索栏的背景着色,但是当我推送搜索时它不起作用..
- (void)searchBarSearchButtonClicked:(UISearchBar *)searchBar
{
searchBar.backgroundColor = [UIColor redColor];
}
我试图为搜索栏的背景着色,但是当我推送搜索时它不起作用..
- (void)searchBarSearchButtonClicked:(UISearchBar *)searchBar
{
searchBar.backgroundColor = [UIColor redColor];
}