BAMEasyTable
BAMEasyTable copied to clipboard
BAMEasyTable is a class which handles the mechanics of a UITableView allowing you to write significantly less code to implement a table. You just drop the two files files into your project then load i...
A property to hide the search bar (via inset, or however) by default until the user scrolls up.
If an array of dictionaries is loaded, textStringMethodName isn't enough to pull out the text via objectForKey. I don't know if this is the best solution, but I added a...
It would be easy to set a background color for the search table view if we add a searchBackgroundColor property, then the method: ``` Obj-C - (void)searchDisplayController:(UISearchDisplayController *)controller didLoadSearchResultsTableView:(UITableView *)tableView...