iOS10系统_tableView.estimatedSectionFooterHeight = 0.1,导致的headerView崩溃

出现下面的错误:
*** Assertion failure in -[UISectionRowData refreshWithSection:tableView:tableViewRowData:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3600.7.47/UITableViewRowData.m:443
需要把

_tableView.estimatedSectionHeaderHeight = 1.1;   
_tableView.estimatedSectionFooterHeight = 1.1;

的值设置为大于1

你可能感兴趣的:(iOS10系统_tableView.estimatedSectionFooterHeight = 0.1,导致的headerView崩溃)