Reputation: 81
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