I\'m implementing a search bar on my table, which should be pretty straight forward. I\'ve got these:
- (void)searchBarTextDidBeginEditing:(UISearchBar *)the
Even i faced the same problem.
Please find with the solution below
Implement Below methods
1.searchBarTextDidEndEditing 2.searchBarSearchButtonClicked
and make sure you [UISearchchbar resignfirstresponder] in the second method mentioned above
[UISearchchbar resignfirstresponder]