iPad上Grouped风格的UITableView背..
时间:2010-09-14 来源:wicrewoft
tableView.backgroundColor = [UIColor clearColor];
在iPhone上可以透明,但是在iPad上无效,
解决方案:ttable.backgroundView.alpha = 0;
鸣谢:http://www.cocoachina.com/bbs/read.php?tid-30990.html
相关阅读 更多 +
时间:2010-09-14 来源:wicrewoft
tableView.backgroundColor = [UIColor clearColor];
在iPhone上可以透明,但是在iPad上无效,
解决方案:ttable.backgroundView.alpha = 0;
鸣谢:http://www.cocoachina.com/bbs/read.php?tid-30990.html