Can I remove the image on the left of an UISearchbar and add a new image?
UISearchbar
Swift 4 Solution
searchBar.setImage(UIImage(), for: .search, state: .normal)