圖片發(fā)自簡書App
//解決上拉跳躍式加載問題
? ? if (@available(iOS 11.0, *)) {
? ? ? ? systemNotiTabelView.estimatedRowHeight = 0;
? ? ? ? systemNotiTabelView.estimatedSectionFooterHeight = 0;
? ? ? ? systemNotiTabelView.estimatedSectionHeaderHeight = 0;
? ? ? ? systemNotiTabelView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
? ? }