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?
let searchBar: UISearchBar = /* The Searchbar */ searchBar.delegate?.searchBar?(searchBar, textDidChange: "") searchBar.text = ""