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?
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
2010-05-25 14:11:51
@progrmr, i trying also those method but it doesn't help me.
RRB
2010-05-25 14:16:06
Is there some text displayed in your header? Or it is taking up space and you want to remove the space?
progrmr
2010-05-25 14:18:43
@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
2010-05-25 14:21:24
how u attaching the image in answer?
RRB
2010-05-25 14:22:53
click on the image icon above the edit area, paste URL.
progrmr
2010-05-25 15:05:08
@Rajendra: See EDIT2 part above about transparent UITableView backgrounds.
progrmr
2010-05-25 21:32:02