Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.