diff --git a/URBMediaFocusViewController.m b/URBMediaFocusViewController.m index a01d7c9..25d6b99 100644 --- a/URBMediaFocusViewController.m +++ b/URBMediaFocusViewController.m @@ -243,7 +243,7 @@ - (void)showImage:(UIImage *)image fromRect:(CGRect)fromRect { [self createViewsForBackground]; // hide status bar, but store whether or not we need to unhide it later when dismissing this view - // NOTE: in iOS 7+, this only works if you set `UIViewControllerBasedStatusBarAppearance` to YES in your Info.plist + // NOTE: in iOS 7+, this only works if you set `UIViewControllerBasedStatusBarAppearance` to NO in your Info.plist _unhideStatusBarOnDismiss = ![UIApplication sharedApplication].statusBarHidden; [[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:UIStatusBarAnimationNone];