Hello all,
I am using the following way to set the background of the UITableView.
self.tableView.backgroundColor = [UIColor clearColor];
self.parentViewController.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageWithData:imageData]];
The image which I want to set as the background is light gray color But the image which I see is totally white.
What is the problem. Like is it with the colorWithPatterImage or with the UITable.