I have a searchable tableview, but would like to only display the number of cells that are returned once a user starts a search. For instance, if a user types in a charecter
- (void) viewDidLoad { [super viewDidLoad]; *// self.tableView.tableFooterView = [[[UIView alloc] init] autorelease];* *//Since memory management is controlled by ARC now, so ignore autorelease* self.tableView.tableFooterView = [[UIView alloc] init] ; }