0
self.tableView.backgroundColor = [[[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"evt_det_bg.png"]]autorelease];

I want this background view will be scrollable.

I tried the above code.But the background applied each row.I am using two cellview for the tableView.How can i achieve this.

Thanks

vinay
  • 1,276
  • 3
  • 20
  • 34

1 Answers1

0

This might help:
http://howtomakeiphoneapps.com/2009/03/how-to-add-a-nice-background-image-to-your-grouped-table-view/

Tobias
  • 579
  • 1
  • 5
  • 15
  • Similar Question... the answer helped me too: http://stackoverflow.com/questions/1813846/add-background-image-to-uitableviewcontroller-in-navigation-based-app – Tobias Feb 15 '11 at 20:56