Guest User

Untitled

a guest
Aug 16th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. How do I remove bold from a UILabel text in Objective-C?
  2. cell.title.font=[UIFont boldSystemFontOfSize:self.textFontSize];
  3.  
  4. cell.title.font=[UIFont systemFontOfSize:self.textFontSize];
  5.  
  6. cell.title.font=[UIFont systemFontOfSize:self.textFontSize];
  7.  
  8. cell.title.font=[UIFont systemFontOfSize:cell.title.font.pointSize];
Add Comment
Please, Sign In to add comment