關於tableView的分組有2種:spa
在sb中直接勾選style爲Grouped;3d
建立tableView的時候,[UITableView alloc]initWithFrame:<#(CGRect)#> style:UITableViewStyleGrouped];orm
提示,tableView一旦建立就沒法修改style了。it
設置tableView的背景顏色。table
分組的tableView自動帶有灰色。margin
設置tableView的背景顏色。top
tableView.backgroundColor = [UIColor colorWithRed:221/255.0 green:221/255.0 blue:221/255.0 alpha:1.0];tab