Parcourir la source

VLCCloudStorageTableViewController: Set preferredStatusBarStyle

(closes #596)
Soomin Lee il y a 6 ans
Parent
commit
009bcbcd0c
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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;