Hi I am now working on changing font size of a row. There seem to be no such settings in inspector. And I dont know which delegate method to override. Thx for your help :)
Change the font size on your iPhone, iPad, and iPod touch Change the font size. Go to Settings > Display & Brightness, then select Text Size. Drag the slider to select the font... Make the font even bigger. Go to Settings > Accessibility, then select Display & Text Size. Tap Larger Text for ...
How to Make the Text Bigger on My iPhone 1 Go to Settings > Accessibility, then select Display & Text Size. 2 Tap Larger Text for larger font options. 3 Drag the slider to select the font size you want. See More....
Go to Settings > Display & Brightness, then select Text Size. Drag the slider to select the font size you want. Go to Settings > Accessibility, then select Display & Text Size. Tap Larger Text for larger font options.
You can change the size of your font in Mail, Contacts, Calendar, Phone, Notes, and other apps that support Dynamic Type. Go to Settings > Display & Brightness, then select Text Size. Drag the slider to select the font size you want. Go to Settings > Accessibility, then select Display & Text Size. Tap Larger Text for larger font options.
Try something like this in your cellForRowAtIndexPath method:
//Configure the cell...
cell.textLabel.font = [UIFont systemFontOfSize:14]; //Change this value to adjust size
cell.textLabel.numberOfLines = 2; //Change this value to show more or less lines.
cell.textLabel.text = @"This is my text";
//font size
cell.textLabel.font = [UIFont systemFontOfSize:14];
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