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 http://file:///Users/Nikhilesh/Desktop/image.png
Asked
Active
Viewed 2,194 times
0
-
can you attach an snapshot please? – mohdajami May 25 '10 at 13:21
-
@medopal, yes i have attached an example of table that i want but i confuse it will display or not. – Tirth May 25 '10 at 13:23
-
I don't see an image. Are you trying to hide the section header/footer or the table header/footer? – progrmr May 25 '10 at 14:02
-
@progrmr, yah i want to hide the header and footer section on table. – Tirth May 25 '10 at 14:07
-
when i trying to attaching the image, in question instead of image the text has been displayed. – Tirth May 25 '10 at 14:11
-
It sounds like what you really want is to make the background of the tableview transparent so that your image is visible behind the table? Is that it? – progrmr May 25 '10 at 21:34
-
@progrmr, yes that i want to be. – Tirth May 26 '10 at 11:17
1 Answers
0
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.
-
-
Is there some text displayed in your header? Or it is taking up space and you want to remove the space? – progrmr May 25 '10 at 14:18
-
@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. – Tirth May 25 '10 at 14:21
-
-
@Rajendra: See EDIT2 part above about transparent UITableView backgrounds. – progrmr May 25 '10 at 21:32