views:

527

answers:

1

I know I can change the way the section header looks by implementing viewForHeaderInSection:

The thing is I want to add a UIImageView to the right of the header text without modifying the look of the already existing label.

I can create my own view and add a UILabel and a UIImageView, but then, I'd have to setup the label color and font to match the standard look

thanks

A: 

You're going to have to create your own view holder, image, and label, and try to match the standard look. Sorry!

Ben Gottlieb
do you have any idea what's the default text color of the section header label?
camilin87
You'll have to experiment. I recommend taking a look at xScope; it'll let you examine the colors in the sim.
Ben Gottlieb