File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -472,11 +472,11 @@ - (UIViewController *)childViewControllerForStatusBarWithCustomBlock:(BOOL (^)(U
472472 return childViewController;
473473}
474474
475- // - (UIViewController *)childViewControllerForStatusBarHidden {
476- // return [self childViewControllerForStatusBarWithCustomBlock:^BOOL(UIViewController *vc) {
477- // return vc.qmui_prefersStatusBarHiddenBlock || [vc qmui_hasOverrideUIKitMethod:@selector(prefersStatusBarHidden)];
478- // }];
479- // }
475+ - (UIViewController *)childViewControllerForStatusBarHidden {
476+ return [self childViewControllerForStatusBarWithCustomBlock: ^BOOL (UIViewController *vc) {
477+ return vc.qmui_prefersStatusBarHiddenBlock || [vc qmui_hasOverrideUIKitMethod: @selector (prefersStatusBarHidden )];
478+ }];
479+ }
480480
481481- (UIViewController *)childViewControllerForStatusBarStyle {
482482 return [self childViewControllerForStatusBarWithCustomBlock: ^BOOL (UIViewController *vc) {
You can’t perform that action at this time.
0 commit comments