Please help me. How to set different font styles (stylish sentences in table view cell) programmatically for table view cell???
You can follow this guide for adding custom fonts on your app.
Adding custom font on iphone
Then you can call this code to set the font and font size
cell.textLabel.font = [UIFont fontWithName:@"custom" size:12.0f]
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