UITableView为group时设置背景透明

当UITableView的样式为group时,在ios6中要设置其背景色为clear 需要设置tableview.backgroundView = nil;
tableview.backgroundColor = [UIColorclearColor];这样就可以自定义整个背景了。

你可能感兴趣的:(UITableView为group时设置背景透明)