Can I remove the image on the left of an UISearchbar and add a new image?
UISearchbar
In swift 2.0 do this:
let textFieldInsideSearchBar = self.searchBar.valueForKey("searchField") as! UITextField textFieldInsideSearchBar.leftViewMode = UITextFieldViewMode.Never