I work at an application and I tested today on iOS 7.1. Until now my search bar was normal:
As @dave noted above, you can just use say:
searchBar.backgroundImage = [[UIImage alloc] init];
which avoids the need for the category on UIImage incorporated in @Jugale's example.