I am trying to set a background for a table (that has a custom cell).
I used this code to set the background for the table in viewdidload method:
UIImage *patternImage = [UIImage imageNamed:@"Background.jpg"];
[self.tableView setBackgroundColor:[UIColor colorWithPatternImage

atternImage]];
I tried to made my custom cell transparent (by setting color to clearColor , and also changing the values of opaque and alpha ) no luck !
attached you can find the screen shot!
I really appreciate any help on this ,
Thanks in advance.