vote up 0 vote down star

Hi everybody,

I have a plain UITableView in my iPhoneApp. I would like to change the font size of the header text. I understand that this is not possible and that I need to create my custom header with my own label.

I just wonder if anybody knows how I can reproduce a header similar to the standard one (using the same background image,etc...)? I can not find the background image anywhere..

Best regards, Jonathan

flag

1 Answer

vote up 1 vote down

You're looking for [UIColor groupTableViewBackgroundColor]:

[view setBackgroundColor:[UIColor groupTableViewBackgroundColor]];
link|flag
Sorry I think I explained myself wrong. I meant the section header (blue background) in plain mode for the UITableView. It seems it is an image and not the colour. I'm not really good with graphics so I was wondering if I could find the image somewhere to reuse it... Regards, Jonathan – Jonathan Feb 26 at 13:17
Hmm, I don't know if you can obtain that image, but even if you could, it would probably be fixed size, so you wouldn't want to use it. – Can Berk Güder Feb 26 at 13:42

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.