适配解决顶部动画有空白的bug
if (@available(iOS 11.0, *)) {
self.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
self.scrollIndicatorInsets = self.contentInset;
}
适配解决顶部动画有空白的bug
if (@available(iOS 11.0, *)) {
self.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
self.scrollIndicatorInsets = self.contentInset;
}