美文网首页iOS上架
ios11设置heightForHeaderInSection无

ios11设置heightForHeaderInSection无

作者: i_iOS | 来源:发表于2018-03-21 11:32 被阅读6次

    因为iOS11中默认开启Self-Sizing,关闭Self-Sizing即可。

    解决方式:

    self.tableView.estimatedRowHeight = 0

    self.tableView.estimatedSectionHeaderHeight = 0

    self.tableView.estimatedSectionFooterHeight = 0

    相关文章

      网友评论

        本文标题:ios11设置heightForHeaderInSection无

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