/ Published in: Objective C
URL: http://blog.lightvoid.net/2008/11/02/iphone-uifont-list/
Expand |
Embed | Plain Text
cell.textLabel.lineBreakMode = UILineBreakModeWordWrap; cell.textLabel.numberOfLines = 0; cell.textLabel.font = [UIFont fontWithName:@"TrebuchetMS-Bold" size:17.0];
You need to login to post a comment.
