*** Assertion failurein-[UISectionRowDatarefreshWithSection:tableView:tableViewRowData:],/BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3599.6/UITableViewRowData.m:465
最近发现在iOS11以下一个BUG
tableView.estimatedSectionFooterHeight = 0.1
tableView.estimatedSectionHeaderHeight = 0.1
这个值要大于1才可以不触发
用代理返回1以下是不触发的
网友评论