Guest User

Untitled

a guest
Jun 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. diff --git a/MySpecialTableViewCell.m b/MySpecialTableViewCell.m
  2. index 152be4b..55dcd72 100644
  3. --- a/MySpecialTableViewCell.m
  4. +++ b/MySpecialTableViewCell.m
  5. @@ -45,9 +45,7 @@
  6. }
  7.  
  8. - UIView *cellBackgroundView = [[[UIView alloc] initWithFrame:self.frame] autorelease];
  9. - cellBackgroundView.backgroundColor = [UIColor colorWithWhite:0.53 alpha:1.0];
  10. - self.selectedBackgroundView = cellBackgroundView;
  11. + self.selectionStyle = UITableViewCellSelectionStyleGray;
  12. }
  13. return self;
  14. }
Add Comment
Please, Sign In to add comment