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
Change font size and font family.
cell.textLabel.font=[UIFont fontWithName:@"Arial" size:16];
change font size
cell.textLabel.font=[UIFont systemFontOfSize:22.0];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With