BAMEasyTable
BAMEasyTable copied to clipboard
Feature Request: searchBackgroundColor
It would be easy to set a background color for the search table view if we add a searchBackgroundColor property, then the method:
- (void)searchDisplayController:(UISearchDisplayController *)controller didLoadSearchResultsTableView:(UITableView *)tableView
{
tableView.backgroundColor = self.searchBackgroundColor;
}