/*~!
* 解决iOS11 tableView 更新cell错乱问题。
*/
if (@available(iOS 11, *)) {
_mytableView.estimatedRowHeight = 0;
_mytableView.estimatedSectionHeaderHeight = 0;
_mytableView.estimatedSectionFooterHeight = 0;
}
/*~!
* 解决iOS11 tableView 更新cell错乱问题。
*/
if (@available(iOS 11, *)) {
_mytableView.estimatedRowHeight = 0;
_mytableView.estimatedSectionHeaderHeight = 0;
_mytableView.estimatedSectionFooterHeight = 0;
}