How can I force the UISearchBar to automatically start a new search (like pressing the Search button)? Is there an easy way to achieve this?
This worked - Swift 4
searchBar.text="Amber" self.searchBar(self.searchBar, textDidChange: "Amber")