0

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

Tirth
  • 7,801
  • 9
  • 55
  • 88

1 Answers1

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.

Community
  • 1
  • 1
progrmr
  • 75,956
  • 16
  • 112
  • 147