In my app I use a UISearchController (new in iOS 8) to display search results.
Is there a way to show a default set of results which appears when the user taps the searchBar without entering anything yet?
I found some questions and answers regarding this topic but they all used the old UISearchDisplayController and I couldn't seem to get the solutions working with the UISearchController.
Thanks