解決如下:
```
? ? functableView(_tableView:UITableView, viewForFooterInSection section:Int) ->UIView? {
? ? ? ? returnnil
? ? }
? ? functableView(_tableView:UITableView, viewForHeaderInSection section:Int) ->UIView? {
? ? ? ? returnnil
? ? }
解決如下:
```
? ? functableView(_tableView:UITableView, viewForFooterInSection section:Int) ->UIView? {
? ? ? ? returnnil
? ? }
? ? functableView(_tableView:UITableView, viewForHeaderInSection section:Int) ->UIView? {
? ? ? ? returnnil
? ? }