views:

8200

answers:

1

Hi, How can we change the background color of tableview (style grouped) while still preserving texture of thin columns/lines effect that we can see when it has the default blue color.If i try to change background color using backgroundcolor property i get a plain view without any texture.

thanks

+3  A: 

Firstly, you could try searching on Stack overflow for your exact question. Here's two:

If that doesn't help, try to make the background colour of the table view transparent [UIColor clearColor] and put another view behind your UITableview containing the colout/texture/image you need.

Roger Nolan
Making the background color transparent will result in bad performance, methinks.
Jonathan Sterling
depends what you're after. It will but it might not kill your app.
Roger Nolan