BAMEasyTable icon indicating copy to clipboard operation
BAMEasyTable copied to clipboard

Feature Request: searchBackgroundColor

Open ghost opened this issue 13 years ago • 0 comments

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;
}

ghost avatar Jan 22 '12 02:01 ghost