I am trying to change the search icon inside an UISearchBar in iOS7 and ok, I got it. But is this the best way?
[self.searchBar setImage:[UIImage imageNamed: @"searchIcon.png"]
forSearchBarIcon:UISearchBarIconSearch
state:UIControlStateNormal];
And the problem is that the image size is not great as the original, I would like to know the correct size to replace the image. I am using an image = 64x64 and an image@2x = 128x128, is it correctly? If so, why my search bar is like this: