请设置 tableview style:UITableViewStyleGrouped
然后就可以了 不过会有头部尾部
不过头部尾部会有一段灰色的背景图片 这时候就一定要设置
- (nullableUIView*)tableView:(UITableView*)tableView viewForHeaderInSection:(NSInteger)section
- (CGFloat)tableView:(UITableView*)tableView heightForHeaderInSection:(NSInteger)section
- (UIView*) tableView:(UITableView*)tableView viewForFooterInSection:(NSInteger)section
- (CGFloat)tableView:(UITableView*)tableView heightForFooterInSection:(NSInteger)section
分别是表头界面跟高度 跟表尾部界面跟高度