I need my searchBar to display search results when searchbar's textfield becomes active. I use
- (BOOL)searchBarShouldBeginEditing:(UISearchBar *)searchBar
call, but have no object to show UISearchResultsTableView at once. It shows only when entering fist letter in search textfield.