I am working on searchbar customization. I googled it, and I did not find an answer to my problem.

I used the following code to change background image:
searchBar.backgroundColor=[UIColor clearColor];
[[UISearchBar appearance] setSearchFieldBackgroundImage:[UIImage imageNamed:@"search-.png"] forState:UIControlStateNormal];
[[UISearchBar appearance] setImage:[UIImage imageNamed:@"search-magnifier"] forSearchBarIcon:UISearchBarIconSearch state:UIControlStateNormal];
I already used the code for getting subviews of searchbar, but it did not help. Does anyone have any suggestions?
I think you should give file extension like sayings of user2277872 .