Change table view ( 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/03/19
10:51 UTC
Read the original article
Hit count: 347
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