Skip to content

Commit

Permalink
Fixed cell selection style
Browse files Browse the repository at this point in the history
  • Loading branch information
kronik committed Nov 7, 2013
1 parent 19ecf4a commit db10172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LiveBlur/LiveBlur/DKMainViewController.m
Expand Up @@ -99,6 +99,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N

cell.textLabel.textColor = [UIColor whiteColor];
cell.backgroundColor = [UIColor clearColor];
cell.selectionStyle = UITableViewCellSelectionStyleNone;
}

cell.textLabel.text = self.items[indexPath.row];
Expand Down

0 comments on commit db10172

Please sign in to comment.