Suppry
Suppry

Reputation: 81

Search in Tableview ios

I have below Nsdictionary

    enter {
    Image = "https://www.mysite.com/api/image/303";
    Title = "My App1";
    apptype = IPHONE;
    category = Productivity;
}

    {
    Image = "https://www.mysite.com/api/image/304";
    Title = "My App2";
    apptype = IPHONE;
    category = Productivity;
}

I want to search using title and category using Searchbar in UItableviw.Please help me

Upvotes: 0

Views: 66

Answers (1)

SAE
SAE

Reputation: 1739

You'll find the documentation with examples here.

Please read that and start coding - when you have further questions, come back with more detailed questions.

Upvotes: 1

Related Questions