Skip to content

Commit

Permalink
Nils text property of detailTextLabel of "Searching"-cell.
Browse files Browse the repository at this point in the history
  • Loading branch information
kronawetter committed Jan 30, 2012
1 parent 9d41d94 commit 22a9950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/DocSetViewController.m
Expand Up @@ -246,6 +246,7 @@ - (UITableViewCell *)tableView:(UITableView *)aTableView cellForRowAtIndexPath:(
UIActivityIndicatorView *spinner = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleGray];
[spinner startAnimating];
cell.accessoryView = spinner;
cell.detailTextLabel.text = nil;
} else {
cell.searchTerm = self.searchDisplayController.searchBar.text;
cell.textLabel.textColor = [UIColor blackColor];
Expand Down

0 comments on commit 22a9950

Please sign in to comment.