因为iOS11中默认开启Self-Sizing,关闭Self-Sizing即可。
解决方式:
self.tableView.estimatedRowHeight = 0
self.tableView.estimatedSectionHeaderHeight = 0
self.tableView.estimatedSectionFooterHeight = 0
因为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
网友评论