Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         if(cell.selected == YES)
  2.                 {
  3.                     self.inboxLabel.textColor = [UIColor blueColor];
  4.                     self.inboxLabel.backgroundColor = [UIColor clearColor];
  5.                 }
  6.                 else
  7.                 {
  8.                     self.inboxLabel.textColor = [UIColor whiteColor];
  9.                     self.inboxLabel.backgroundColor = [UIColor grayColor];
  10.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement