I\'m implementing a search bar on my table, which should be pretty straight forward. I\'ve got these:
- (void)searchBarTextDidBeginEditing:(UISearchBar *)the
Once I implemented searchBarSearchButtonClicked that solved it for me.