/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
cell.textLabel.lineBreakMode = UILineBreakModeWordWrap; cell.textLabel.numberOfLines = 0; cell.textLabel.font = [UIFont fontWithName:@"TrebuchetMS-Bold" size:17.0];
URL: http://blog.lightvoid.net/2008/11/02/iphone-uifont-list/