I have this UITableView with custom cells that can get only predefined values, therefore I use a UIPickerView as their inputView. All is jolly good until I edit a field and
adding:
[yourSearchBar becomeFirstResponder];
after your:
[_tableView reloadData];
did the trick