2011-06-16 67 views

回答

9
[tableView setOpaque:NO]; 
[tableView setBackgroundColor:[UIColor clearColor]]; 
0

您只需清除背景颜色。

tableView.backgroundColor = [UIColor clearColor]; 

现在你可以看到tableView背后的背景图像。

+1

no clear c in clearColor – 2012-06-28 20:17:41