Thread 1: "Access to _UIBarBackground's _backgroundEffectView ivar is prohibited. This is an application bug"
- (UIView *)jz_backgroundView {
if (@available(iOS 10, *)) {
return [self valueForKeyPath:@"_backgroundView._backgroundEffectView"];
}
return [self valueForKeyPath:@"_backgroundView"];
}
Thread 1: "Access to _UIBarBackground's _backgroundEffectView ivar is prohibited. This is an application bug"
if (@available(iOS 10, *)) {
return [self valueForKeyPath:@"_backgroundView._backgroundEffectView"];
}
return [self valueForKeyPath:@"_backgroundView"];
}