美文网首页
Bug: provided height for section

Bug: provided height for section

作者: 面糊 | 来源:发表于2018-05-07 16:35 被阅读83次

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'section header height must not be negative - provided height for section 0 is -0.100000'

遇到此bug, 查看一下报错页面的UITableView的代理方法是否使用了
- (CGFloat)tableView:(UITableView *)tableView estimatedHeightForHeaderInSection:(NSInteger)section
将该方法改为:
- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section

相关文章

网友评论

      本文标题:Bug: provided height for section

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