I want to create an application which has a search bar in it. When i start typing in the search bar the text should be displayed in the tableview below. Can anybody please help me with this. I have seen various codes but none is working.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apple released a sample code: TableSearch. Especially have a look at the MainView.xib. You can see there, how a search bar and a search display controller and the File’s owner work together.
See the MainViewController Class, how it changes two different Array.