海神


让tableview的背景透明

2012-01-13
#iphone #tableview

代码:

tableView.backgroundColor = [UIColor clearColor];
tableView.opaque = NO;
tableView.backgroundView = nil;

blog comments powered by Disqus