On iOS7.0.3 - 7.0.6, my searchBar colour is Gold/yellow colour like this:
But
Try this:
if(IOS_7) { self.searchBar.searchBarStyle = UISearchBarStyleMinimal; self.searchBar.backgroundImage = [UIImage imageWithColor:[UIColor redColor] cornerRadius:5.0f]; }
Hopefully this will help you.