소스 검색

VLCCloudStorageTableViewController: Set preferredStatusBarStyle

(closes #596)
Soomin Lee 6 년 전
부모
커밋
009bcbcd0c
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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;