設置表格分組咪鲜,分組之間間隔不起作用的時候盒卸,同時設置下表頭高和表底高
func tableView(tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
return 10
}
func tableView(tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
return 0.00001
}