Assertion failure in -[UISectionRowData refreshWithSection:tableView:tableViewRowData:]

329 ワード

システム11で動作しても問題ない、システム10.3.3 xcode 9エラー解決策1次のコードを注釈し、エージェントを使用して実現する
    tableView.sectionFooterHeight = 0.1;
    tableView.sectionHeaderHeight = 0.1;
    tableView.estimatedSectionHeaderHeight = 0.1;
    tableView.estimatedSectionFooterHeight = 0.1;

2または0.1を1より大きい任意の数に変更してもよく、1.1,1.5 3または0.1を0に変更する