2011-06-16 97 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