Questions tagged [uisearchresultscontroller]

62 questions
-1
votes
2 answers

App is crashing while entering text on search bar for tableview objective c

-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { if (tableView == self.searchDisplayController.searchResultsTableView) { return searchResults.count; } else { return self.countOfLocArr.count; }…
-2
votes
1 answer

searchResults not showing correct words

I have a searchResultsViewController in my iOS application that displays an array of data for the user to be able to search through. When I try to search a random letter, lets say P for instance it does not show any of the words containing P. the…
zach wilcox
  • 45
  • 14
1 2 3 4
5