tableView类型为group时创建后顶部留有空白问题

解决如下:

```

    functableView(_tableView:UITableView, viewForFooterInSection section:Int) ->UIView? {

        returnnil

    }


    functableView(_tableView:UITableView, viewForHeaderInSection section:Int) ->UIView? {

        returnnil

    }

你可能感兴趣的:(tableView类型为group时创建后顶部留有空白问题)