How to set table background transparent in iphone?

background, iphone, objective-c, transparent

Solution

cell.backgroundColor=[UIColor clearColor]

This worked fine for me.

Problem

I am new to iphone development .I have displayed a list of contents in a grouped table view.How can set the table background transparent such as i should see the text displayed on the gray-color(default color) background and not on the white color.Please help me out.Thanks.

Original source