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