A quick question, for a quick answer (since I'm not finding any):
Is there a way to change the font of the section's title (given by titleForSection) in iPhone?
Thanks a lot!
A quick question, for a quick answer (since I'm not finding any):
Is there a way to change the font of the section's title (given by titleForSection) in iPhone?
Thanks a lot!
You'll have to use the viewForHeaderInSection:
method and provide your own view. Luckily this can be a UILabel with a specified font, so you can do it quite easily.