Commit 5b38e734c4af65db4a510221fab29fcc2e60d643
1 parent
9ae7b0b1
no message
Showing
1 changed file
with
4 additions
and
0 deletions
CNLiveScioLive/Pages/Live/Controller/VideoPlayBackViewController.m
| @@ -680,4 +680,8 @@ | @@ -680,4 +680,8 @@ | ||
| 680 | return UIInterfaceOrientationMaskAllButUpsideDown; | 680 | return UIInterfaceOrientationMaskAllButUpsideDown; |
| 681 | } | 681 | } |
| 682 | 682 | ||
| 683 | +- (UIStatusBarStyle)preferredStatusBarStyle { | ||
| 684 | + return iPhoneX ? UIStatusBarStyleDefault : UIStatusBarStyleLightContent; | ||
| 685 | +} | ||
| 686 | + | ||
| 683 | @end | 687 | @end |