Kaynağa Gözat

VLCCloudStorageTableViewController: Set preferredStatusBarStyle

(closes #596)
Soomin Lee 6 yıl önce
ebeveyn
işleme
009bcbcd0c
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      Sources/VLCCloudStorageTableViewController.m

+ 5 - 0
Sources/VLCCloudStorageTableViewController.m

@@ -109,6 +109,11 @@
     [super viewWillAppear:animated];
 }
 
+- (UIStatusBarStyle)preferredStatusBarStyle
+{
+    return PresentationTheme.current.colors.statusBarStyle;
+}
+
 - (void)viewWillDisappear:(BOOL)animated
 {
     tempNav.toolbarHidden = YES;