I tried this, but it is not working.
cell.textLabel.adjustsFontSizeToFitWidth=NO; cell.textLabel.minimumFontSize=6;
I need a code snippet.
UIFont *myFont = [ UIFont fontWithName: @"Arial" size: 18.0 ]; cell.textLabel.font = myFont;
UIFont reference
1.4m articles
1.4m replys
5 comments
57.0k users