I am using UITableView.I set the tableview background image like this.
self.tableView.backgroundColor=[UIColor colorWithPatternImage:[UIImage imageNamed:@"bg.png"]];
I am using table style as grouped. But in display I am getting black shadow on left and right side of grouped cell.
How to remove this black shadow?
Thanks in Advance.