i am currently trying to implement a search function into my project. So i added a UISearchDisplayController to my tableview, initialized it with my searchbar and my tableview. And everything looks fine. But if it comes to implementing the real search-mechanism i dont really no what to do first.
Everytime the text inside the searchbar changes, i want to make a api-request and then refresh the results tableview. So what should i need and what should i implement first ? Which delegate Methods should be implemented and what should they do ?
Greets