views:

247

answers:

1

Hi, I develop an application in which i selected the UITableView (only two row) having group style on the UIViewController with background image. But i want to be only those two row of the group table shold be displayed on the background image, and the header and footer of the table must be hide. How i do that? alt text

A: 

EDIT2 - OK, now I think that what you really want is to make the background of the table view transparent so that your background image is visible. This is answered in another question on SO, give that answer a try. These questions here and here explain how to use your own image for the background of the table view.

progrmr
@progrmr, i trying also those method but it doesn't help me.
RRB
Is there some text displayed in your header? Or it is taking up space and you want to remove the space?
progrmr
@progrmr thanks for sending.But i want to display only white cell not the gray background color.That color i want to clear because it hides my background image.
RRB
how u attaching the image in answer?
RRB
click on the image icon above the edit area, paste URL.
progrmr
@Rajendra: See EDIT2 part above about transparent UITableView backgrounds.
progrmr