Change table view ( tableview style grouped ) background color ?

Posted by Madhup on Stack Overflow See other posts from Stack Overflow or by Madhup
Published on 2010-03-19T10:48:43Z Indexed on 2010/04/01 5:13 UTC
Read the original article Hit count: 472

Hi all,

I am developing an iPad application in which I need a table view ( style grouped ) having background color as clearColor.

My problem is

[self.tableView setBackgroundColor:[UIColor clearColor]];

works well if the table view style is plain but when I switch to group table view the background color does not changes it stays gray in color.

FYI: the contentview background color of tableviewcell also does not change.

Is this a bug in iPhone-sdk or I am doing something wrong.

Thanks,

Madhup

© Stack Overflow or respective owner

Related posts about ipad

Related posts about ipad-sdk