|
|
@@ -149,6 +149,11 @@
|
|
|
-(void)viewWillAppear:(BOOL)animated
|
|
|
{
|
|
|
[super viewWillAppear:animated];
|
|
|
+
|
|
|
+ if (iOS11) {
|
|
|
+ <#statements#>
|
|
|
+ }
|
|
|
+
|
|
|
UIView *statusBar = [[[UIApplication sharedApplication] valueForKey:@"statusBarWindow"] valueForKey:@"statusBar"];
|
|
|
if ([statusBar respondsToSelector:@selector(setBackgroundColor:)]) {
|
|
|
statusBar.backgroundColor = [UIColor clearColor];
|