美文网首页
tableView类型为group时创建后顶部留有空白问题

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

作者: 你是真的很皮 | 来源:发表于2019-01-19 14:58 被阅读0次

    解决如下:

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

            returnnil

        }

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

            returnnil

        }

    相关文章

      网友评论

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

          本文链接:https://www.haomeiwen.com/subject/shczdqtx.html