適配解決頂部動(dòng)畫有空白的bug
if (@available(iOS 11.0, *)) {
self.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
self.scrollIndicatorInsets = self.contentInset;
}
適配解決頂部動(dòng)畫有空白的bug
if (@available(iOS 11.0, *)) {
self.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
self.scrollIndicatorInsets = self.contentInset;
}