hi, i have Tableview as XIB file,in that inspector i set style as grouped.so the BackGround will be in one format(vertical white lines and light blue) behind the cell. i want to bring in My UIView.How?there is no style component to set it.how can i do it? any help please?
+1
A:
If I understand right, you want to set background color of your UIView to the same as UITableView has? If so, just write a line of code [myView setBackgroundColor:[UIColor groupTableViewBackgroundColor]]; If you want to set your view as a background of yout table, you can set your tableView's background to [UIColor clearColor] and add it as subview to your view.
Morion
2009-10-24 12:26:26