PDA

View Full Version : UITableView Grouped: How to format Header Text




Fontano
Sep 10, 2008, 11:20 AM
Is there a way to access the font properties (type, color, size) for the Section Header for a UITableView that is in Group Style ?

I changed my background to black, and the default font/shadow color doesn't show up well on that background



kainjow
Sep 10, 2008, 12:07 PM
You can't change that label. You would need to provide a custom header view to replace it.

Fontano
Sep 10, 2008, 04:36 PM
Well that would explain why I had no luck finding it in the documentation.

Odd exclusion, to change simple label/text properties.

Thanks for the confirmation.