I need to reduce the font size of the table view header. My string value is a little bit longer and it doesnot fit in to the header. so planning to reduce the size. Any one knows how to reduce the size, so that i can add the string to my table view header.
Thanks in advance,
Shibin
How do you currently set the string in your table view’s header?
I’d imagine you are setting your table’s header view to a UILabel object:
Can you just set the label’s font as above?